Skip to content

Commit

Permalink
using turbo in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanical-turk committed Nov 7, 2023
1 parent fd38712 commit 5cc24fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"dev": "echo 'Add dev script here'",
"build": "tsup",
"prepublish": "pnpm run build",
"prepublish": "turbo build --filter=@whatsgood/nexus",
"typecheck": "tsc",
"lint": "eslint src/",
"lint:fix": "pnpm run lint --fix",
Expand Down

0 comments on commit 5cc24fd

Please sign in to comment.