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

Commit 7becd25

Browse files
authored
chore: set new registry endpoint for publishing (#1010)
1 parent fb6d8c3 commit 7becd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ jobs:
153153
- checkout
154154
- run:
155155
name: Set NPM authentication.
156-
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
156+
command: echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc
157157
- run:
158158
name: Install modules and dependencies.
159159
command: npm install
160160
- run:
161161
name: Publish the module to npm.
162-
command: npm publish
162+
command: npm publish --registry=https://wombat-dressing-room.appspot.com

0 commit comments

Comments
 (0)