Skip to content

Commit

Permalink
ensure not running in paralell
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 29, 2023
1 parent 82c1ee3 commit 626dbff
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 @@ -28,7 +28,7 @@
"scripts": {
"g:build": "turbo run build --parallel",
"g:lint": "turbo run lint --parallel",
"g:release": "turbo run release --parallel",
"g:release": "turbo run release",
"g:test": "turbo run test --parallel",
"g:typecheck": "turbo run typecheck --parallel"
},
Expand Down

0 comments on commit 626dbff

Please sign in to comment.