Skip to content

Commit b5fb7d0

Browse files
Removed npm install from release job
1 parent 14035d5 commit b5fb7d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- attach_workspace:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31-
- run: npm install
3231
- run: npm publish
3332
# dont change anything
3433
workflows:

0 commit comments

Comments
 (0)