Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 538392b

Browse files
authored
Merge pull request #80 from segmentio/split
Split install into it's own step.
2 parents b1296eb + 0ae40c0 commit 538392b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- restore_cache:
99
key: dependency-cache-{{ checksum "package.json" }}
1010
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
11+
- run: make install
1112
- run: make test
1213
- save_cache:
1314
key: dependency-cache-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)