Skip to content

Commit f1d76a8

Browse files
committed
fix broken circle config
1 parent e114b61 commit f1d76a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- checkout
1313
- node/install-packages
14+
- run:
15+
name: Set npm credentials for publishing
16+
command: echo "//registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN" >> ~/.npmrc
1417
- run:
1518
name: Publish on npm
1619
command: npm run publish-please

0 commit comments

Comments
 (0)