Skip to content

Commit

Permalink
Merge pull request #32 from snyk-tech-services/fix/semantic-release-s…
Browse files Browse the repository at this point in the history
…ave-dev

fix: --save-dev for semantic-release
  • Loading branch information
scott-es committed May 3, 2021
2 parents 2d5bfed + cf626b0 commit f023807
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 @@ -8,7 +8,7 @@ jobs:
steps:
- checkout
- run: sudo npm install nexe@next -g
- run: sudo npm install semantic-release @semantic-release/exec
- run: sudo npm install semantic-release @semantic-release/exec --save-dev
- run: npm install
- run: npx tsc
- run: npm run test:unit
Expand Down Expand Up @@ -110,4 +110,4 @@ workflows:
filters:
branches:
only:
- /pull\/[0-9]+/
- /pull\/[0-9]+/

0 comments on commit f023807

Please sign in to comment.