Skip to content

Commit

Permalink
install deps before release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed May 27, 2020
1 parent 74880ab commit 82ed56b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Expand Up @@ -73,6 +73,9 @@ jobs:
- image: circleci/node:8
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Run semantic release
command: npm run semantic-release

0 comments on commit 82ed56b

Please sign in to comment.