Skip to content

Commit

Permalink
Fixes CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Mar 30, 2023
1 parent 63707cf commit 58910fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- node_modules
- run: npm test
release:
<<: *defaults
docker:
- image: cimg/node:lts
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down

0 comments on commit 58910fe

Please sign in to comment.