Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Add npm publish job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyth committed Mar 14, 2018
1 parent 21edef4 commit 401b40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -34,8 +34,8 @@ jobs:
key: npm-cache-{{ checksum "package.json" }}
paths:
- node_modules
# - run:
# command: npm publish
- run:
command: npm publish

workflows:
version: 2
Expand All @@ -49,4 +49,4 @@ workflows:
branches:
only: master
tags:
only: /v\d+\.\d+/
only: /v\d+\.\d+\.\d+/

0 comments on commit 401b40b

Please sign in to comment.