Skip to content

Commit 82ed56b

Browse files
committed
install deps before release
1 parent 74880ab commit 82ed56b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- image: circleci/node:8
7474
steps:
7575
- checkout
76+
- run:
77+
name: Install dependencies
78+
command: npm install
7679
- run:
7780
name: Run semantic release
7881
command: npm run semantic-release

0 commit comments

Comments
 (0)