From bb55eff44d493c431e86ae47911a8a3f4711bf16 Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Thu, 31 Oct 2024 17:17:02 -0400 Subject: [PATCH] add back in build:auth --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dcfd0f4667..65458d2993 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "e2e:linux:run": "lerna run --scope e2e-tests test --", "prepare": "husky", "lint-staged": "lerna run lint-staged", - "watch": "lerna watch -- lerna run build --since" + "watch": "lerna watch -- lerna run build --since", + "build:auth": "cd 3rd-party/auth && pnpm run build" }, "engines": { "node": "18.12.1",