Skip to content

Commit

Permalink
fixup! chore: remove turbo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 12, 2024
1 parent 1f270ff commit 815ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"build:dts": "tsc --build tsconfig.lib.json",
"build:e2e": "pnpm e2e:build",
"build:performance-studio": "pnpm perf:studio:build",
"build:test-studio": "pnpm build --filter=sanity-test-studio",
"build:test-studio": "run-s build:cli && pnpm run --filter=sanity-test-studio build",
"check": "npm-run-all build --parallel check:*",
"check:deps": "pnpm --recursive --parallel exec depcheck",
"check:format": "prettier . --check",
Expand Down

0 comments on commit 815ae2b

Please sign in to comment.