Skip to content

Commit b9cee9e

Browse files
authored
chore(release.config.cjs): remove outdated workaround (#168)
1 parent bfcaa87 commit b9cee9e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

knip.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import type { KnipConfig } from "knip";
22

33
const config: KnipConfig = {
44
ignoreDependencies: [
5-
// used in .husky/commit-msg, but knip doesn't work properly for bun run
5+
// bun run cannot be detected by Knip
66
"@commitlint/cli",
7+
"semantic-release",
78
],
89
workspaces: {
910
".": {},

release.config.cjs

-8
This file was deleted.

0 commit comments

Comments
 (0)