Skip to content

Commit baa7084

Browse files
committed
chore: add lint script before release
1 parent 936c028 commit baa7084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"publish": "vsce publish --no-dependencies",
227227
"lint": "eslint .",
228228
"lint:fix": "eslint . --fix",
229-
"release": "bumpp"
229+
"release": "npm run lint && bumpp"
230230
},
231231
"devDependencies": {
232232
"@antfu/eslint-config": "^2.23.2",

0 commit comments

Comments
 (0)