Skip to content

Commit 4b40a43

Browse files
committed
[INTERNAL] Exclude knip checks from test script
1 parent 89afcfa commit 4b40a43

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/github-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2929

30+
- name: Perform dependencies analysis
31+
run: npm run knip
32+
3033
- name: Perform checks and tests
3134
run: npm test
3235

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"npm": ">= 8"
3131
},
3232
"scripts": {
33-
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run knip && npm run check-licenses",
33+
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run check-licenses",
3434
"test-azure": "npm run coverage-xunit",
3535
"lint": "eslint ./",
3636
"unit": "rimraf test/tmp && ava",

0 commit comments

Comments
 (0)