Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 18, 2024
1 parent 7efe608 commit 5c1a181
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 @@ -24,7 +24,7 @@
"e2e:build:ios": "MOCK_MODE=e2e npx detox build --configuration ios.release",
"e2e:build": "npm run e2e:build:ios && npm run e2e:build:android",
"e2e:ios": "npm run e2e:build:ios && npm run e2e:test:ios",
"e2e:test:android": "MOCK_MODE=e2e npx detox test --configuration android.release",
"e2e:test:android": "MOCK_MODE=e2e ADB_INSTALL_TIMEOUT=5 npx detox test --configuration android.release",
"e2e:test:ios": "MOCK_MODE=e2e npx detox test --configuration ios.release",
"e2e:ios:test": "npm run e2e:test:ios",
"e2e:ios:build": "npm run e2e:build:ios",
Expand Down

0 comments on commit 5c1a181

Please sign in to comment.