Skip to content

Commit f56cce5

Browse files
committed
chore: simplify deps:check script by removing no-exit-code option
1 parent ce0cc10 commit f56cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ci:version": "changeset version && pnpm add -D @pnpm/logger@^5.1.0 @pnpm/worker@^1000.1.3 && pnpx @qingshaner/jsr-release --allowDirty version --sync",
1616
"ci:publish": "changeset publish",
1717
"ci:prepublish": "pnpm build",
18-
"deps:check": "pnpm dlx knip --production --no-exit-code --reporter=md",
18+
"deps:check": "pnpm dlx knip --production",
1919
"jsr:test": "pnpm --filter \"@clack/*\" jsr --dry-run",
2020
"jsr:run": "pnpm --filter \"@clack/*\" jsr"
2121
},

0 commit comments

Comments
 (0)