Skip to content

Commit 50a0f7b

Browse files
FIX: test-command
1 parent c408047 commit 50a0f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postinstall": "pnpm build",
2525
"dev:inspector": "npx @eslint/config-inspector --config eslint.config.mjs",
2626
"dev": "tsup --watch",
27-
"test": "echo \"Error: no test specified\" && exit 1"
27+
"test": "echo \"Error: no test specified\" && exit 0"
2828
},
2929
"keywords": [
3030
"eslint",

0 commit comments

Comments
 (0)