Skip to content

Commit

Permalink
exit silently on prefresh failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot authored Nov 9, 2018
1 parent 61a9ab9 commit 7dbe4c4
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
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"prefresh": "npm run clean || echo 'clean failed; no worries!'",
"prefresh": "npm run clean || exit 0",
"fresh": "npm install",
"postinstall": "npm run bootstrap",
"start": "start-storybook -p 8000 -c .storybook",
Expand Down

0 comments on commit 7dbe4c4

Please sign in to comment.