Browse Source

working buytoken (tested)

master
peter 5 years ago
parent
commit
e828a29db6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

12
     "build-backend": "tsc;",
12
     "build-backend": "tsc;",
13
     "build-frontend": "mkdir dist; mkdir dist/static; npm run build-dashboard;",
13
     "build-frontend": "mkdir dist; mkdir dist/static; npm run build-dashboard;",
14
     "build-dashboard": "cd src/frontend; npm i && npm run build; cp -r dist/* ../../dist/static",
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
     "update-frontblock": "npm remove frontblock frontblock-generic; npm install frontblock-generic@latest frontblock@latest",
16
     "update-frontblock": "npm remove frontblock frontblock-generic; npm install frontblock-generic@latest frontblock@latest",
17
     "webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
17
     "webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
18
   },
18
   },

Loading…
Cancel
Save