Browse Source

fix: 添加打包脚本到 package.json 的 scripts 中

master
qinjian 2 weeks ago
parent
commit
00edaa2f30
  1. 3
      package.json

3
package.json

@ -5,7 +5,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "peace-rc start",
"build": "peace-rc build"
"build": "peace-rc build",
"pack": "rm -rf build && rm -f *.tar.gz && bash script/package-app.sh"
},
"author": "附离",
"license": "ISC",

Loading…
Cancel
Save