Skip to content

Commit 1bd9a33

Browse files
committed
Updated config.yml
1 parent 698fb7c commit 1bd9a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- checkout
1010
- node/with-cache:
1111
steps:
12-
- run: npm install
13-
- run: npm test
12+
- run: yarn
13+
- run: yarn test
1414
workflows:
1515
build-and-test:
1616
jobs:

0 commit comments

Comments
 (0)