We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c239a1 commit d33d957Copy full SHA for d33d957
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-vitest",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"license": "MIT",
5
"description": "Eslint plugin for vitest",
6
"keywords": [
@@ -30,7 +30,7 @@
30
"lint": "eslint 'src/**/*.ts' --fix",
31
"test": "vitest --watch",
32
"format": "prettier --write --plugin-search-dir=. .",
33
- "release": "bumpp package.json && pnpm publish"
+ "release": "bumpp package.json --commit --push --tag && pnpm publish"
34
},
35
"devDependencies": {
36
"@babel/types": "^7.17.0",
0 commit comments