Skip to content

Commit

Permalink
use the correct implementation of build:auth
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Oct 31, 2024
1 parent bb55eff commit 5d73a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d73a1e

Please sign in to comment.