Skip to content

Commit

Permalink
pub:config script added
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent 1ee8525 commit 739838d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pub:web": "npx expo export:web && cd web-build && vercel --prod && cd ..",
"pub:app:prod": "eas update --branch production",
"pub:app:dev": "eas update --branch development",
"pub:config": "eas update:config",
"pub:all": "yarn pub:app:dev && yarn pub:web",
"format": "prettier --check ./src",
"format:write": "prettier --write ./src",
Expand Down

0 comments on commit 739838d

Please sign in to comment.