Skip to content

Commit 6e15421

Browse files
committedNov 11, 2024
Format generated file
1 parent fe7812e commit 6e15421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/knip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"release": "release-it",
5050
"create-plugin": "bun ./scripts/create-new-plugin.ts",
5151
"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"
52+
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts src/schema/plugins.ts"
5353
},
5454
"files": [
5555
"dist",

0 commit comments

Comments
 (0)
Please sign in to comment.