add workbench config

This commit is contained in:
Liushiqi1542
2021-09-15 00:00:31 +08:00
parent 7c002c1896
commit 6f63d63cff

4
build.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
# 前端应用存在NPM依赖时的默认编译脚本
npm install
npm run build