Fix multi-platform dist script

This commit is contained in:
Joel Collins 2019-05-03 12:03:51 +00:00
parent 526523a3ce
commit a31ec50cd6

View file

@ -13,7 +13,7 @@
"scripts": {
"dist": "build",
"dist:win": "build --win",
"dist:all": "build --wl",
"dist:all": "build --linux --win",
"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",