зеркало из https://github.com/nextcloud/spreed.git
Make Make make everything
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
c65a56b0e3
Коммит
dbd5851f9d
3
Makefile
3
Makefile
|
@ -20,12 +20,15 @@ dependabot: dev-setup npm-update build-js-production compile-handlebars-template
|
|||
release: appstore create-tag
|
||||
|
||||
build-js:
|
||||
npm run dev
|
||||
cd vue/ && npm run dev
|
||||
|
||||
build-js-production:
|
||||
npm run build
|
||||
cd vue/ && npm run build
|
||||
|
||||
watch-js:
|
||||
npm run watch
|
||||
cd vue/ && npm run watch
|
||||
|
||||
lint:
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack --config webpack.dev.js",
|
||||
"watch": "webpack --progress --watch --config webpack.dev.js",
|
||||
"build": "webpack --progress --hide-modules --config webpack.prod.js",
|
||||
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
||||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
||||
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"lint:fix": "eslint --ext .js,.vue src --fix",
|
||||
"stylelint": "stylelint src",
|
||||
|
|
Загрузка…
Ссылка в новой задаче