From d3902f76b90a04043a21796dbaf48fe0b7290f32 Mon Sep 17 00:00:00 2001 From: jonghyo Date: Fri, 8 Aug 2025 15:37:13 +0900 Subject: [PATCH] chore: fix build cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67d88b3..d27d836 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "!*.tsbuildinfo" ], "scripts": { - "build": "tsc -b && tsc -b tsconfig.module.json", + "build": "npm run clean && tsc -b && tsc -b tsconfig.module.json", "clean": "rimraf lib/ module/", "prepublish": "npm run --if-present build", "test": "jest",