We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpro
Learn more about funding links in repositories.
Report abuse
1 parent fe7812e commit 6e15421Copy full SHA for 6e15421
packages/knip/package.json
@@ -49,7 +49,7 @@
49
"release": "release-it",
50
"create-plugin": "bun ./scripts/create-new-plugin.ts",
51
"postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts",
52
- "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"
53
},
54
"files": [
55
"dist",
0 commit comments