Skip to content

Commit 1d39cf4

Browse files
Revert Podfile re-generation
1 parent 4d9d896 commit 1d39cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
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",

0 commit comments

Comments
 (0)