diff --git a/package.json b/package.json index 7c373f90..093bf8e0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "husky", "test": "node validate.mjs", "version": "node update-tags.mjs && git add -u", - "postversion": "node update-tags.mjs --reset && git add -u && git commit -m \"Back to development\"" + "postversion": "node update-tags.mjs --reset && git add -u && git commit --no-verify -m \"Back to development\"" }, "engines": { "node": ">=18"