diff --git a/packages/knip/package.json b/packages/knip/package.json index 3a5fc446..1b06becd 100644 --- a/packages/knip/package.json +++ b/packages/knip/package.json @@ -49,7 +49,7 @@ "release": "release-it", "create-plugin": "bun ./scripts/create-new-plugin.ts", "postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts", - "generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts" + "generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts src/schema/plugins.ts" }, "files": [ "dist",