Skip to content

Commit

Permalink
Merge pull request #154 from caxewsh/add-magic-command
Browse files Browse the repository at this point in the history
add new yarn script to update deps
  • Loading branch information
caxewsh authored Sep 8, 2024
2 parents 55a8c49 + 786d971 commit 3119741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ios": "./scripts/set-ip.sh && expo start --ios",
"web": "expo start --web",
"prettier": "prettier 'screens/**/*.js'",
"test": "maestro test .maestro/"
"test": "maestro test .maestro/",
"update:deps": "npx expo install --fix"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
Expand Down

0 comments on commit 3119741

Please sign in to comment.