From f547b5635121ad6030c415056ae858cdbe3cb8b1 Mon Sep 17 00:00:00 2001 From: Andrew Courtice Date: Wed, 4 Nov 2020 09:49:31 +1000 Subject: [PATCH] fix(package): removed test before publish --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 64594def..dd884551 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ ], "scripts": { "test": "yarn jest", - "build": "yarn workspaces run build", - "prepublish": "yarn test" + "build": "yarn workspaces run build" }, "devDependencies": { "@types/jest": "^26.0.14",