From da4555b8e0c39aaaefc5cae22631cded5640eafd Mon Sep 17 00:00:00 2001 From: CarlosGamero Date: Thu, 29 Aug 2024 14:24:18 +0200 Subject: [PATCH] Preventing more lint issues on package.json after auto-release --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fbfbf4b..193ea8a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "lint": "biome check . && tsc --project tsconfig.lint.json --noEmit", "lint:fix": "biome check --write", "version": "auto-changelog -p && git add CHANGELOG.md", - "prepublishOnly": "npm run build" + "prepublishOnly": "npm run build", + "postversion": "biome check --write package.json" }, "dependencies": { "dot-prop": "6.0.1",