We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25a1bf + bd2095f commit bf0f33fCopy full SHA for bf0f33f
1 file changed
.github/workflows/ci.yml
@@ -27,9 +27,7 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- yarn
31
- yarn --cwd packages/url
32
- yarn --cwd packages/utils
+ npm install
33
34
- name: Test
35
run: yarn test:unit
0 commit comments