From f75a9aacca57706f57e99a7819a85f0f0dc40796 Mon Sep 17 00:00:00 2001 From: GwanSik Kim Date: Thu, 15 Aug 2024 15:49:14 +0900 Subject: [PATCH] chore: update package.json --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 549dba39..d8ec1e47 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,18 @@ { "name": "clab-platforms", "private": true, - "packageManager": "pnpm@9.6.0", + "packageManager": "pnpm@9.7.1", "type": "module", "scripts": { "preinstall": "npx only-allow pnpm", - "postinstall": "husky install && pnpm build:design-system && pnpm build:icon", + "postinstall": "husky install", "dev": "turbo run dev", + "prebuild": "pnpm -F @clab-platforms/design-system build && pnpm -F @clab-platforms/icon build", "build": "turbo run build", "type": "turbo run type", "test": "turbo run test", "coverage": "turbo run coverage", - "lint": "turbo run lint", - "build:design-system": "pnpm -F @clab-platforms/design-system build", - "build:icon": "pnpm -F @clab-platforms/icon build" + "lint": "turbo run lint" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [