Skip to content

Commit e562c92

Browse files
committed
ci(e2e): override quickstart's verdaccio .npmrc with public registry
1 parent b2f4fcc commit e562c92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mobile-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ on:
2626

2727
env:
2828
EXPO_INSTANCE_NAME: clerkstage-with-native-components
29+
# Override the quickstart's checked-in .npmrc, which points pnpm/npm/npx at a
30+
# local verdaccio registry (http://localhost:4873) that doesn't exist on CI.
31+
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
2932

3033
concurrency:
3134
group: mobile-e2e-${{ github.ref }}

0 commit comments

Comments
 (0)