Skip to content

Commit 691fb1b

Browse files
committed
remove exit from test script
1 parent af57fe4 commit 691fb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"logo.png"
1414
],
1515
"scripts": {
16-
"test": "echo \"Error: no test specified\" && exit 1",
16+
"test": "echo \"Error: no test specified\"",
1717
"preversion": "npm test",
1818
"version": "git add -A",
1919
"postversion": "git push --tags origin master",

0 commit comments

Comments
 (0)