working buytoken (tested)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"build-backend": "tsc;",
|
"build-backend": "tsc;",
|
||||||
"build-frontend": "mkdir dist; mkdir dist/static; npm run build-dashboard;",
|
"build-frontend": "mkdir dist; mkdir dist/static; npm run build-dashboard;",
|
||||||
"build-dashboard": "cd src/frontend; npm i && npm run build; cp -r dist/* ../../dist/static",
|
"build-dashboard": "cd src/frontend; npm i && npm run build; cp -r dist/* ../../dist/static",
|
||||||
"clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dist data",
|
"clean": "rm -rf lib plugins conf widget .rpt2_cache *.js *.ts src/frontend/dist data",
|
||||||
"update-frontblock": "npm remove frontblock frontblock-generic; npm install frontblock-generic@latest frontblock@latest",
|
"update-frontblock": "npm remove frontblock frontblock-generic; npm install frontblock-generic@latest frontblock@latest",
|
||||||
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
|
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user