Skip to content

Commit

Permalink
Exit with status 0 for test script
Browse files Browse the repository at this point in the history
  • Loading branch information
thani-sh committed Sep 11, 2016
1 parent 1473682 commit cc0fccc
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 @@ -7,7 +7,7 @@
"deploy-storybook": "storybook-to-ghpages",
"prepublish": "node .scripts/npm-prepublish.js",
"storybook": "start-storybook -p 9001",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cc0fccc

Please sign in to comment.