File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ install:
55 - yarn install
66script :
77 - npm test
8- - npm start -- build
9- - npm start -- mobile.setup
8+ - npm start build
9+ - npm start webpack.build.production
10+ - npm start mobile.setup
11+ - npm start mobile.cordova.addbowser
12+ - npm start mobile.build
1013notifications :
1114 email : false
1215 hipchat : 861e4f14f03ed33d069f1083a6c9f5@2679708
Original file line number Diff line number Diff line change @@ -112,7 +112,11 @@ module.exports = {
112112 clean : series (
113113 rimraf ( './cordova/platforms' ) ,
114114 rimraf ( './cordova/plugins' )
115- )
115+ ) ,
116+ addbowser : ifWindows (
117+ 'cd .\\cordova && .\\..\\node_modules\\.bin\\cordova platform add browser' ,
118+ 'cd ./cordova && ./../node_modules/.bin/cordova platform add browser'
119+ ) ,
116120 }
117121 }
118122 } ,
You can’t perform that action at this time.
0 commit comments