Bläddra i källkod

working buytoken (tested)

master
peter 5 år sedan
förälder
incheckning
e828a29db6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      package.json

+ 1
- 1
package.json Visa fil

@@ -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
   },

Laddar…
Avbryt
Spara