Skip to content

Commit 33a2761

Browse files
piotr pietruszewskipi0trpietruszewski
authored andcommitted
ci: changed npm to yarn
1 parent 0e8d893 commit 33a2761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- run:
5151
name: Install dependencies
5252
command: |
53-
npm install --cwd example
54-
npm install --cwd example/e2e
55-
npm install
53+
yarn install --cwd example
54+
yarn install --cwd example/e2e
55+
yarn install
5656
- save_cache:
5757
key: dependencies-{{ checksum "package.json" }}
5858
paths: node_modules

0 commit comments

Comments
 (0)