Skip to content

Commit a479272

Browse files
committed
removed exit 1 in test script
1 parent 8865b18 commit a479272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "rollup -c",
29-
"test": "echo \"Error: no test specified\" && exit 1"
29+
"test": "echo \"Error: no test specified\""
3030
},
3131
"keywords": [
3232
"react panel",

0 commit comments

Comments
 (0)