auto commit
正在显示
gitPush.sh
0 → 100644
| ... | ... | @@ -13,7 +13,8 @@ |
| "build:test": "cross-env BUILD_ENV=test node build/build.js", | ||
| "build:test2": "cross-env BUILD_ENV=test2 node build/build.js", | ||
| "build:uat": "cross-env BUILD_ENV=uat node build/build.js", | ||
| "build:pro": "cross-env BUILD_ENV=pro node build/build.js" | ||
| "build:pro": "cross-env BUILD_ENV=pro node build/build.js", | ||
| "push": "bash gitPush.sh" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/polyfill": "^7.2.5", | ||
| ... | ... |
想要评论请 注册 或 登录