Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 526e1e8

Browse files
committed
fix(app): sentry sourcemaps upload
1 parent 76adc48 commit 526e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate:gql": "graphql-codegen --config codegen.ts && sed -i 's/as unknown as IntrospectionQuery;/as const;/g' ./src/gql/api/schema.generated.ts",
99
"generate:ampli": "ampli pull -p ./src/lib/ampli --omit-api-keys",
1010
"build:web": "yarn expo export -p web",
11-
"deploy:update": "yarn eas update --auto --non-interactive --platform all && npx sentry-expo-upload-sourcemaps dist",
11+
"deploy:update": "yarn eas update --auto --non-interactive --platform all && yarn with-env -- npx sentry-expo-upload-sourcemaps dist",
1212
"dev": "APP_VARIANT=dev yarn expo start --dev-client",
1313
"test": "jest",
1414
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)