Skip to content

Commit 17a9d5f

Browse files
fix CircleCI install config
1 parent dbe05e8 commit 17a9d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ jobs:
172172
user: node
173173
steps:
174174
- checkout
175-
- npm install
175+
- run: npm install
176176
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
177177
- run: npm publish --access=public

0 commit comments

Comments
 (0)