We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91af4be commit 632a466Copy full SHA for 632a466
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
npm install -g yarn
31
+ npm config set scripts-prepend-node-path true
32
yarn
33
- name: Test
34
shell: pwsh
0 commit comments