From 11bdc396ff9774299e549c386eb698ba7f3c36b3 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 17 Nov 2020 12:08:46 +0000 Subject: [PATCH] updated package.json updating prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b82f260..0f1298b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "release": "vik patch -t", "clean": "rm -rf dist", - "prepublish": "yarn run clean && yarn run compile", + "prepare": "yarn run clean && yarn run compile", "test": "jest --coverage && yarn run compile", "compile:es": "tsc --declaration true --declarationMap true --module esnext --outDir './dist/es'", "compile:commonjs": "tsc --declaration true --declarationMap true --module commonjs --outDir './dist/commonjs'",