Skip to content

Commit b2bb360

Browse files
build: work around lint:knip failure (#714)
1 parent 5d0c6da commit b2bb360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/create-test-e2e.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ for (const command of [
2727
`pnpm run lint:package-json`,
2828
`pnpm run lint:packages`,
2929
`pnpm run lint:spelling`,
30-
`pnpm run lint:knip`,
30+
// https://github.com/webpro/knip/issues/219
31+
// `pnpm run lint:knip`,
3132
`pnpm run test run`,
3233
`pnpm run tsc`,
3334
]) {

0 commit comments

Comments
 (0)