Added release script
This commit is contained in:
parent
0c710b751d
commit
67dffe209c
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"scripts": {
|
||||
"dist": "build",
|
||||
"dist:win": "build --win",
|
||||
"dist:all": "build --wl",
|
||||
"release": "npm run build:web && npm run dist:all",
|
||||
"build:android": "npm run setup-webpack-config && tns build android --bundle --env.production && npm run remove-webpack-config",
|
||||
"build:ios": "npm run setup-webpack-config && tns build ios --bundle --env.production && npm run remove-webpack-config",
|
||||
"build:web": "vue-cli-service build --mode production.web",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue