Skip to content

Commit

Permalink
Revert "pin occ to version"
Browse files Browse the repository at this point in the history
This reverts commit 72f2535.
  • Loading branch information
chee committed Sep 19, 2019
1 parent 72f2535 commit 91c8f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
- run: $HOME/.local/bin/obt verify
- run: $HOME/.local/bin/obt test
- run: git clean -fxd
- run: npx occ@0.14.3 --name="${CIRCLE_PROJECT_REPONAME}" 0.0.0
- run: npx occ 0.0.0
- run: $HOME/.local/bin/obt install --ignore-bower
- run: $HOME/.local/bin/obt test --ignore-bower
publish_to_npm:
docker:
- image: circleci/node:10
steps:
- checkout
- run: npx occ@0.14.3 --name="${CIRCLE_PROJECT_REPONAME}" ${CIRCLE_TAG##v}
- run: npx occ ${CIRCLE_TAG##v}
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > $HOME/.npmrc
- run: npm publish --access public
workflows:
Expand Down

0 comments on commit 91c8f75

Please sign in to comment.