Skip to content

Commit

Permalink
improvement(circleci): update
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 16, 2019
1 parent c6a8f04 commit 4e265be
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,12 @@ jobs:
<<: *defaults
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ .Branch }}-{{ checksum "package.json" }}
- dependency-cache-{{ .Branch }}-
- run: npm ci
- run: npx semantic-release --dry-run
- save_cache:
paths:
- ~/.npm
key: dependency-cache-{{ .Branch }}-{{ checksum "package.json" }}
release:
<<: *defaults
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ .Branch }}-{{ checksum "package.json" }}
- dependency-cache-{{ .Branch }}-
- run: npm ci
- run: npx semantic-release --debug --no-ci
- run: npx semantic-release --debug

workflows:
version: 2
Expand Down

0 comments on commit 4e265be

Please sign in to comment.