|
|
@@ -12,7 +12,7 @@
|
|
12
|
12
|
"build-backend": "tsc;",
|
|
13
|
13
|
"build-frontend": "mkdir dist; mkdir dist/static; npm run build-dashboard;",
|
|
14
|
14
|
"build-dashboard": "cd src/frontend; npm i && npm run build; cp -r dist/* ../../dist/static",
|
|
15
|
|
- "clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dist data",
|
|
|
15
|
+ "clean": "rm -rf lib plugins conf widget .rpt2_cache *.js *.ts src/frontend/dist data",
|
|
16
|
16
|
"update-frontblock": "npm remove frontblock frontblock-generic; npm install frontblock-generic@latest frontblock@latest",
|
|
17
|
17
|
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
|
|
18
|
18
|
},
|