From 73b3fe623ecfb90446cf756c2ed6af448e7376ed Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 22 Sep 2020 11:49:02 -0230 Subject: [PATCH] Add prepublishOnly script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index baf7bf9..c42b05a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "index.js.map" ], "scripts": { + "prepublishOnly": "yarn build", "build": "tsc --project .", "test": "jest", "lint": "eslint . --ext .ts,.js"