Quellcode durchsuchen

working buytoken (tested)

master
peter vor 5 Jahren
Ursprung
Commit
e828a29db6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      package.json

+ 1
- 1
package.json Datei anzeigen

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

Laden…
Abbrechen
Speichern