Skip to content

Commit

Permalink
chore: add lint script before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jul 30, 2024
1 parent 936c028 commit baa7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"publish": "vsce publish --no-dependencies",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp"
"release": "npm run lint && bumpp"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.2",
Expand Down

0 comments on commit baa7084

Please sign in to comment.