Skip to content

Commit

Permalink
fix(): change exit code on npm test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Feb 3, 2017
1 parent eaa3544 commit 925e74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/crobinson42/react-skeleton-css"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "webpack-dev-server --hot --watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 925e74b

Please sign in to comment.