File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments