Skip to content

Commit

Permalink
remove --watch flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorrudzki committed Jan 13, 2024
1 parent 187c3fb commit a14f165
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 @@ -8,7 +8,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint --ext .js,.jsx,.ts,.tsx",
"test": "jest --watch"
"test": "jest"
},
"dependencies": {
"@react-native/metro-config": "^0.73.3",
Expand Down

0 comments on commit a14f165

Please sign in to comment.