Skip to content

Commit e0dce96

Browse files
author
Sebastian McKenzie
committed
add npm publish to circle deploy
1 parent 76292b5 commit e0dce96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ deployment:
3333
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-v*.tar.gz
3434
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-$(node dist/bin/yarn --version).js
3535
- ghr --username yarnpkg --repository yarn --token $KPM_CIRCLE_RELEASE_TOKEN v$(node dist/bin/yarn --version) dist/yarn-legacy-$(node dist/bin/yarn --version).js
36+
- npm publish

0 commit comments

Comments
 (0)