Skip to content

Commit

Permalink
Skip knip in create-test-e2e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 26, 2023
1 parent 23172cb commit 0f8f6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/create-test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ for (const command of [
`pnpm run lint:package-json`,
`pnpm run lint:packages`,
`pnpm run lint:spelling`,
`pnpm run lint:knip`,
// https://github.com/webpro/knip/issues/219
// `pnpm run lint:knip`,
`pnpm run test run`,
`pnpm run tsc`,
]) {
Expand Down

0 comments on commit 0f8f6c5

Please sign in to comment.