Skip to content

Commit

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

0 comments on commit bb55eff

Please sign in to comment.