Skip to content

Commit

Permalink
Preventing more lint issues on package.json after auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero committed Aug 29, 2024
1 parent 0eceaea commit da4555b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da4555b

Please sign in to comment.