From 38536a45a44e78cb80b13cd08d0beb949f7aabe8 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 16 Aug 2020 16:17:33 -0400 Subject: [PATCH] chore(react-base16-styling): cleanup scripts (#593) --- packages/react-base16-styling/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 2dd5e90f..86e7818f 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -33,7 +33,8 @@ "lint:fix": "eslint . --ext .ts --fix", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", - "prepublishOnly": "npm run type-check && npm run lint && npm run test && npm run clean && npm run build" + "preversion": "npm run type-check && npm run lint && npm run test", + "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@types/base16": "^1.0.2",