From 851a9c4008586b453bdd1dfea0d1f270a0e39237 Mon Sep 17 00:00:00 2001 From: Wade Tandy Date: Wed, 23 Sep 2020 10:21:00 -0400 Subject: [PATCH] add prepublish hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2334a39..0c8865c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:ci": "yarn test:all-versions && yarn test:es6-compatibility && yarn test", "lint": "yarn run lint:ci --fix", "lint:ci": "yarn run eslint {src,test}{,/**}/*.ts", - "release": "script/release", + "prepublish": "yarn build", "update:dependencies": "ncu -u" }, "husky": {