Skip to content

Commit

Permalink
ci: fix turbo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 11, 2023
1 parent c634333 commit 82ed402
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
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "turbo run build --parallel",
"build": "turbo run build",
"build:docs": "turbo run build:docs --parallel",
"dev": "turbo run dev --parallel",
"test": "turbo run test --parallel",
Expand Down

0 comments on commit 82ed402

Please sign in to comment.