浏览代码

working buytoken (tested)

master
peter 5 年前
父节点
当前提交
e828a29db6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

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

正在加载...
取消
保存