仓库整理

This commit is contained in:
Liwanyi 2022-09-21 18:50:01 +08:00
parent 42827f9a52
commit 8591a3b844
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
},
"scripts": {
"release": "npm run minify && node build.js",
"minify": "uglifyjs wuhu-torn-helper.js -o release.min.user.js -m",
"minify": "uglifyjs misc/wuhu-torn-helper.js -o release.min.user.js -m",
"serve": "",
"build": "rollup -c",
"compile": "tsc --outDir output"