From eb7dd93ff727c05dcad625e1a542b30b174f80c5 Mon Sep 17 00:00:00 2001 From: Devin Witherspoon Date: Wed, 2 May 2018 20:53:53 -0700 Subject: [PATCH] try no cleanup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60363b5..36cf1ca 100644 --- a/package.json +++ b/package.json @@ -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":