Skip to content

Commit

Permalink
fix: turbo build order
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Oct 17, 2024
1 parent 56fbe71 commit 2dc4081
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 @@ -4,7 +4,7 @@
"version": "0.0.0",
"description": "Apibara Typescript monorepo",
"scripts": {
"build": "turbo run build --parallel",
"build": "turbo run build",
"typecheck": "turbo run typecheck --parallel",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
Expand Down

0 comments on commit 2dc4081

Please sign in to comment.