Fix multi-platform dist script
This commit is contained in:
parent
526523a3ce
commit
a31ec50cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dist": "build",
|
"dist": "build",
|
||||||
"dist:win": "build --win",
|
"dist:win": "build --win",
|
||||||
"dist:all": "build --wl",
|
"dist:all": "build --linux --win",
|
||||||
"release": "npm run build:web && npm run dist:all",
|
"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: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:ios": "npm run setup-webpack-config && tns build ios --bundle --env.production && npm run remove-webpack-config",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue