Skip to content

Commit 48ad440

Browse files
committed
Replaced yarn with npm
1 parent 531c579 commit 48ad440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29-
- run: yarn install && cd docs && yarn install
29+
- run: npm install && cd docs && npm install
3030

3131
- save_cache:
3232
paths:
3333
- node_modules
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

3636
# run tests!
37-
- run: yarn run lint
37+
- run: npm run lint

0 commit comments

Comments
 (0)