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 8f8705b commit d7cd1bbCopy full SHA for d7cd1bb
package.json
@@ -45,6 +45,7 @@
45
"build": "tsup",
46
"lint": "yarn lint-js",
47
"lint-js": "eslint",
48
+ "release": "bumpp && echo \"Create a new release in GitHub to trigger the publish workflow.\"",
49
"test": "vitest",
50
"coverage": "vitest run --coverage",
51
"typecheck": "tsc --noEmit"
@@ -73,6 +74,7 @@
73
74
"@typescript-eslint/rule-tester": "^8.22.0",
75
"@vitest/coverage-v8": "^3.0.4",
76
"@vitest/eslint-plugin": "^1.1.25",
77
+ "bumpp": "^10.0.1",
78
"eslint": "^9.19.0",
79
"eslint-config-flat-gitignore": "^1.0.0",
80
"eslint-import-resolver-typescript": "^3.7.0",
0 commit comments