From 5d73a1efec49d633e9c3953ea72f83101e1903ca Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Thu, 31 Oct 2024 17:18:41 -0400 Subject: [PATCH] use the correct implementation of build:auth --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65458d2993..18ccbd06ed 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prepare": "husky", "lint-staged": "lerna run lint-staged", "watch": "lerna watch -- lerna run build --since", - "build:auth": "cd 3rd-party/auth && pnpm run build" + "build:auth": "cd ./3rd-party/auth && pnpm install && pnpm build" }, "engines": { "node": "18.12.1",