Skip to content

Commit 925e74b

Browse files
committed
fix(): change exit code on npm test cmd
1 parent eaa3544 commit 925e74b

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
@@ -8,7 +8,7 @@
88
"url": "https://github.com/crobinson42/react-skeleton-css"
99
},
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1",
11+
"test": "echo \"Error: no test specified\" && exit 0",
1212
"dev": "webpack-dev-server --hot --watch",
1313
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1414
},

0 commit comments

Comments
 (0)