Skip to content

Commit 4bdbde6

Browse files
fix: bundle name in script
1 parent 7e2efca commit 4bdbde6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:ci": "pnpm run test --coverage",
3939
"test:watch": "pnpm run test --watch",
4040
"install-maestro": "curl -Ls 'https://get.maestro.mobile.dev' | bash",
41-
"e2e-test": "maestro test .maestro/ -e APP_ID=com.jestesjuz.development"
41+
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
4242
},
4343
"dependencies": {
4444
"@expo/metro-runtime": "^5.0.4",
@@ -48,6 +48,7 @@
4848
"@tanstack/react-query": "^5.52.1",
4949
"app-icon-badge": "^0.1.2",
5050
"axios": "^1.7.5",
51+
"expo": "~53.0.12",
5152
"expo-constants": "~17.1.6",
5253
"expo-crypto": "^14.1.5",
5354
"expo-dev-client": "~5.2.1",
@@ -119,7 +120,6 @@
119120
"eslint-plugin-testing-library": "^7.5.2",
120121
"eslint-plugin-unicorn": "^59.0.1",
121122
"eslint-plugin-unused-imports": "^4.1.4",
122-
"expo": "~53.0.12",
123123
"husky": "^9.1.5",
124124
"jest": "^29.7.0",
125125
"jest-environment-jsdom": "^29.7.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)