Skip to content

Commit

Permalink
try no cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Witherspoon committed May 3, 2018
1 parent 4937363 commit eb7dd93
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 @@ -24,7 +24,7 @@
"lint": "tslint {src,examples,stories}/{**/*,*}.{ts,tsx,js,jsx}",
"precommit": "lint-staged",
"prepublishOnly": "npm run clean && npm run build",
"release": "np",
"release": "np --no-cleanup",
"start": "start-storybook -p 6006",
"test-watch": "npm run test -- --watch",
"test:ci":
Expand Down

0 comments on commit eb7dd93

Please sign in to comment.