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",