Skip to content

Commit 0d8c8ab

Browse files
committed
npm -> yarn in CI
1 parent 56a5fb4 commit 0d8c8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- v2-dependencies-{{ checksum "package.json" }}
1515
- v2-dependencies-
1616

17-
- run: npm install
17+
- run: yarn install
1818

1919
- save_cache:
2020
paths:
2121
- node_modules
2222
key: v2-dependencies-{{ checksum "package.json" }}
2323

24-
- run: npm test
25-
- run: npm run test:percy
24+
- run: yarn test
25+
- run: yarn test:percy

0 commit comments

Comments
 (0)