Skip to content

Commit

Permalink
work around shell issues on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
rozPierog committed Oct 30, 2024
1 parent 339de7d commit b8d6b82
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 @@ -9,7 +9,7 @@
"start": "react-native start",
"test": "jest",
"pod-install": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"performance-test": "cd android && ./gradlew installRelease && cd .. && flashlight test --bundleId com.onboarding --testCommand 'maestro test __tests__/maestro/NavigationAndroid.yaml' --duration 10000 --resultsFilePath results.json"
"performance-test": "cd android && ./gradlew installRelease && cd .. && $HOME/.flashlight/bin/flashlight test --bundleId com.onboarding --testCommand 'maestro test __tests__/maestro/NavigationAndroid.yaml' --duration 10000 --resultsFilePath results.json"
},
"codegenConfig": {
"name": "NativeLocationSpec",
Expand Down

0 comments on commit b8d6b82

Please sign in to comment.