Skip to content

Commit 4fd44b6

Browse files
committedDec 15, 2023
Fix postcreate-plugin script
1 parent ef999c4 commit 4fd44b6

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
@@ -45,7 +45,7 @@
4545
"qa": "npm run lint && npm run build && npm run knip && npm run knip:production && npm test",
4646
"release": "release-it",
4747
"create-plugin": "tsx --no-warnings ./scripts/create-new-plugin.ts",
48-
"postcreate-plugin": "prettier schema.json schema-jsonc.json src/ConfigurationValidator.ts --write --config .prettierrc --log-level silent"
48+
"postcreate-plugin": "prettier schema.json schema-jsonc.json src/ConfigurationValidator.ts --write --config .prettierrc.json"
4949
},
5050
"files": [
5151
"dist",

0 commit comments

Comments
 (0)
Please sign in to comment.