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.
--no-fund
1 parent e45365d commit 1efe8b4Copy full SHA for 1efe8b4
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
node-version: ${{ matrix.node-version }}
40
cache: "npm"
41
- - run: npm install --ignore-scripts --no-audit
+ - run: npm install --ignore-scripts --no-audit --no-fund
42
- run: npm test
43
44
lint-package:
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
- name: Build package
57
run: npm run build
58
- name: Lint package
0 commit comments