This commit is contained in:
peter
2019-08-03 20:38:45 +02:00
parent 1fd5018ca0
commit f81135d987
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "npm run clean; npm run build-backend; npm run build-frontend",
"build-backend": "tsc; webpack --display-error-details --config src/backend/webpack.prod.js --progress --colors; pwd; cp -r lib/PluginManager/* .",
"build-frontend": "npm run build-dashboard; npm run build-widget",
"build-dashboard": "cd src/frontend/dashboard; npm i; npm run build; cp -r dist/* ../../../static",
"build-dashboard": "cd src/frontend/dashboard; npm i; npm run build; cp -r dist ../../../static",
"build-widget": "rollup -c src/frontend/widget/rollup.config.js",
"clean": "rm -rf lib static dist plugins widget .rpt2_cache *.js *.ts; rm -rf src/frontend/dashboard/dist",
"update-frontblock": "rm -rf node_modules/frontblock*; npm install"