Skip to content

Commit cb77979

Browse files
committed
add deploy
1 parent 3a9926b commit cb77979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
- attach_workspace:
5353
at: ~/repo
5454

55-
- run: echo "deploy"
55+
- run: echo "//registry.npmjs.org/:_authToken=$TOKEN" > ~/repo/.npmrc
56+
57+
- run: npm publish
5658

5759
workflows:
5860
version: 2

0 commit comments

Comments
 (0)