From 897d774509a37870b1ee057bfa5186e7a2b018b2 Mon Sep 17 00:00:00 2001 From: Brian C Date: Tue, 10 Nov 2020 16:01:44 -0600 Subject: [PATCH] Run build before publish (#2409) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d87548d6..3de85d25 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "build": "tsc --build", "build:watch": "tsc --build --watch", "pretest": "yarn build", + "prepublish": "yarn build", "lint": "eslint '*/**/*.{js,ts,tsx}'" }, "devDependencies": {