From 49fcf5b73ddc100ceef93ab85457829513048045 Mon Sep 17 00:00:00 2001 From: Stephen Sauceda Date: Thu, 23 Feb 2023 14:50:43 -0500 Subject: [PATCH] add prepare script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8414b9b..98fe784 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,8 @@ "prepublish": "npm run build && npm run build:es && npm run build:umd && npm run build:umd:min", "test": "npm run lint && karma start", - "update-apilist": "node ./scripts/updateAPIList.js" + "update-apilist": "node ./scripts/updateAPIList.js", + "prepare": "npm run build" }, "config": { "commitizen": {