File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4545 "mobile:link" : " node ./config/link-mobile.js" ,
4646 "mobile:build" : " npm run build:dev -- --env.platform mobile" ,
4747 "mobile:release" : " npm run build:prod -- --env.platform mobile" ,
48- "ci:build:dev" : " npm run mobile:link && npm run mobile:build && npm run cordova:prepare && npm run cordova:build" ,
48+ "ci:build:dev" : " npm run codrova:clean && npm run mobile:link && npm run mobile:build && npm run cordova:prepare && npm run cordova:build" ,
4949 "cordova:prepare" : " cd ./cordova && ./../node_modules/.bin/cordova prepare" ,
50- "cordova:build" : " cd ./cordova && ./../node_modules/.bin/cordova build"
50+ "cordova:build" : " cd ./cordova && ./../node_modules/.bin/cordova build" ,
51+ "codrova:clean" : " rimraf ./cordova/plaforms && rimraf ./cordova/plugins"
5152 },
5253 "repository" : {
5354 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments