Skip to content

Commit

Permalink
fix(cli + tests): Bump metro to 0.66 + fix test manual script
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz committed May 26, 2021
1 parent 0ee8e29 commit a82435e
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 272 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^26.5.0",
"@react-native-community/cli": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-android": "^5.0.1-alpha.0",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.0",
"@react-native-community/cli": "^6.0.0-rc.0",
"@react-native-community/cli-platform-android": "^6.0.0-rc.0",
"@react-native-community/cli-platform-ios": "^6.0.0-rc.0",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "1.0.0",
"@react-native/polyfills": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-manual-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rm -rf android

success "Generated artifacts for Maven"

npm install
yarn

success "Killing any running packagers"
lsof -i :8081 | grep LISTEN
Expand Down
Loading

0 comments on commit a82435e

Please sign in to comment.