Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Wait for Verdaccio
run: npx wait-on http://localhost:4873 --timeout 30000

- name: Authenticate to local registry
run: npm config set //localhost:4873/:_authToken dummy-token

- name: Publish to local registry
run: pnpm run registry:publish:only

Expand Down Expand Up @@ -96,6 +99,9 @@ jobs:
- name: Wait for Verdaccio
run: npx wait-on http://localhost:4873 --timeout 30000

- name: Authenticate to local registry
run: npm config set //localhost:4873/:_authToken dummy-token

- name: Publish to local registry
run: pnpm run registry:publish:only

Expand Down
Loading