添加构建发布命令

更新说明文档
This commit is contained in:
2020-05-24 19:31:01 +08:00
parent 8ec55f267e
commit bc568195ec
6 changed files with 20 additions and 9 deletions

3
tools/build.js Normal file
View File

@@ -0,0 +1,3 @@
const shell = require("shelljs");
shell.exec("npm install && npm run compile")
shell.cp(["转表.bat", "转表.sh", "excel-exporter.json"], "dist")