Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent e32948d commit 4f95aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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:config": "eas update:configure",
"pub:all": "yarn pub:app:dev && yarn pub:web",
"format": "prettier --check ./src",
"format:write": "prettier --write ./src",
Expand Down

0 comments on commit 4f95aad

Please sign in to comment.