Skip to content

Commit d596056

Browse files
committed
feat: version 1.3.0 ✨
1 parent 4d26c7a commit d596056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-exception-handling",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.",
55
"author": {
66
"email": "[email protected]",
@@ -46,7 +46,7 @@
4646
],
4747
"scripts": {
4848
"build": "pkgroll",
49-
"test": "vitest run --reporter verbose",
49+
"test": "yarn build && vitest run --reporter verbose",
5050
"docs": "yarn build && eslint-doc-generator && eslint-doc-generator --init-rule-docs && eslint-doc-generator"
5151
},
5252
"dependencies": {

0 commit comments

Comments
 (0)