Skip to content

Commit 27fd25e

Browse files
authored
Update ci.yml
1 parent 76d2e7b commit 27fd25e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
yarn
31-
yarn --cwd packages/url
32-
yarn --cwd packages/utils
30+
npm install
31+
lerna bootstrap
3332
3433
- name: Test
3534
run: yarn test:unit

0 commit comments

Comments
 (0)