diff --git a/package.json b/package.json index c9e4c2e42e..3415529f73 100644 --- a/package.json +++ b/package.json @@ -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",