We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5fb4 commit 0d8c8abCopy full SHA for 0d8c8ab
1 file changed
.circleci/config.yml
@@ -14,12 +14,12 @@ jobs:
14
- v2-dependencies-{{ checksum "package.json" }}
15
- v2-dependencies-
16
17
- - run: npm install
+ - run: yarn install
18
19
- save_cache:
20
paths:
21
- node_modules
22
key: v2-dependencies-{{ checksum "package.json" }}
23
24
- - run: npm test
25
- - run: npm run test:percy
+ - run: yarn test
+ - run: yarn test:percy
0 commit comments