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 42f17c2 commit c182291Copy full SHA for c182291
.github/workflows/main.yml
@@ -26,6 +26,6 @@ jobs:
26
27
- name: npm install, build and test
28
run: |
29
- npm install
+ npm install --force
30
npm run lint
31
npm test
0 commit comments