Skip to content

Commit 98ad68d

Browse files
authored
Merge pull request #152 from Crossbell-Box/develop
chore: _
2 parents bdb2deb + 1ed2d6d commit 98ad68d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"web": "NODE_ENV=development expo start --web",
1111
"release:version": "changeset status & changeset version",
1212
"release:publish": "changeset tag",
13-
"update:production": "NODE_ENV=production npx node scripts/eas-update.js npx eas update --non-interactive --channel preview --auto",
14-
"update:preview": "NODE_ENV=staging npx node scripts/eas-update.js npx eas update --non-interactive --channel preview --auto",
13+
"update:production": "NODE_ENV=production node scripts/eas-update.js eas update --non-interactive --channel preview --auto",
14+
"update:preview": "NODE_ENV=staging node scripts/eas-update.js eas update --non-interactive --channel preview --auto",
1515
"build:development": "NODE_ENV=development eas build --non-interactive --profile development",
1616
"build:preview": "NODE_ENV=staging eas build --non-interactive --profile preview",
1717
"build:production": "eas build --non-interactive --profile production --auto-submit",

0 commit comments

Comments
 (0)