Skip to content

Commit 5c27f41

Browse files
committed
add missing npm publish token setup
1 parent 30b2058 commit 5c27f41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
steps:
2323
- checkout
2424
- node/install-packages
25+
- run: &setup-private-npm
26+
name: Configure private NPM access
27+
command: echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN" > ~/.npmrc
2528
- run:
2629
name: Publish on npm
2730
command: npm run publish-please

0 commit comments

Comments
 (0)