From 3bd9359baaf0f01c7984d30cf93d25cb54b25a1e Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Thu, 18 Jul 2019 11:07:07 -0600 Subject: [PATCH] Switching to prepublishOnly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 875bc82..ebd5db5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "builders": "builders.json", "schematics": "./schematics.json", "scripts": { - "prepublish": "npm run build && npm run test", + "prepublishOnly": "npm run build && npm run test", "build": "npm run clean && tsc -p tsconfig.node.json && tsc -p tsconfig.browser.json && npm run :copy-schematic-files", "clean": "rimraf lib", "test": "jest",