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 a5c63c9 commit 39bfe2eCopy full SHA for 39bfe2e
.github/workflows/test.yml
@@ -22,5 +22,6 @@ jobs:
22
${{ runner.os }}-
23
- name: Run tests
24
run: |
25
- npm install --dev
+ rm package-lock.json
26
+ npm install --also=dev
27
npm run test
0 commit comments