diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index c08e741..752558c 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -8,7 +8,7 @@ ], "paths": { "@/*": ["./*"], - "@repo/shadcn/*": ["../../packages/shadcn/src/*"] + "@repo/shadcn/*": ["../../packages/shadcn/src/*"] } }, "include": [ diff --git a/package.json b/package.json index 4e18dce..8a7c788 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ "lint": "turbo lint", "prepare": "husky", "start": "turbo start", - "test": "turbo test" + "test": "turbo test", + "build:api": "pnpm build --filter=api", + "build:web": "pnpm build --filter=web" }, "config": { "commitizen": {