Skip to content

Commit aa453fe

Browse files
committed
ci: Make tests pass with 0 exit code
1 parent 2295f2c commit aa453fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"test": "echo \"Error: no test specified\" && exit 0"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)