From 97f6d7ad7b09a7924f460d023ab3c29eeefd3fdd Mon Sep 17 00:00:00 2001 From: Starcea Date: Fri, 28 Jun 2024 00:26:24 +0900 Subject: [PATCH] build: add prepack script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1723801..28b7fac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "scripts": { "build": "rimraf dist && tsc", "lint": "eslint src --ignore-path .gitignore", - "release": "semantic-release" + "release": "semantic-release", + "prepack": "pnpm build" }, "keywords": [ "comcigan",