diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 93764f1c2376..acc69d195a78 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -25,13 +25,13 @@ "access": "public" }, "scripts": { - "build": "run-s .:build:clean .:build:esm .:build:cjs", + "build": "run-s .:build:prepare .:build:clean .:build:esm .:build:cjs", + ".:build:prepare": "ts-patch install && typia patch", ".:build:clean": "rimraf dist", ".:build:esm": "tsc -p tsconfig.json", ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "eslint . --ext .ts,.tsx", - "test": "jest", - "prepare-bkp": "ts-patch install && typia patch" + "test": "jest" }, "devDependencies": { "@babel/core": "~7.21.4",