File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 "telegram:build:dev" : " cross-env APP_ENV=development npm run telegram:build" ,
4646 "telegram:build:staging" : " cross-env APP_ENV=staging npm run telegram:build" ,
4747 "telegram:build:production" : " npm run telegram:build" ,
48- "mobile:build" : " IS_CAPACITOR=1 npm run build && cap sync --deployment " ,
49- "mobile:build:dev" : " cross-env APP_ENV=development IS_CAPACITOR=1 npm run build && cap sync " ,
48+ "mobile:build" : " IS_CAPACITOR=1 npm run build && cap sync" ,
49+ "mobile:build:dev" : " cross-env APP_ENV=development npm run mobile: build" ,
5050 "mobile:build:staging" : " cross-env APP_ENV=staging npm run mobile:build" ,
5151 "mobile:build:production" : " npm run mobile:build" ,
5252 "mobile:run:android" : " npm run mobile:build:dev && cap run android" ,
You can’t perform that action at this time.
0 commit comments