Skip to content

Commit 3db6164

Browse files
committed
Remove exit from test
1 parent 94c1147 commit 3db6164

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
"start": "tsdx watch",
2525
"build": "tsdx build",
2626
"lint": "tsdx lint",
27-
"test": "echo \"No test specified\" && exit 1",
27+
"test": "echo \"No test specified\"",
2828
"prepare": "tsdx build",
2929
"size": "size-limit",
3030
"analyze": "size-limit --why"

0 commit comments

Comments
 (0)