Skip to content

Commit

Permalink
fix: use naive build command instead of turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 15, 2024
1 parent f096f67 commit 176729b
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 @@ -9,7 +9,7 @@
"scripts": {
"postinstall": "pnpm build",
"dev": "pnpm run --filter ./playgrounds/app dev",
"build": "turbo run build --filter=./packages/*",
"build": "cd packages/shikicode && pnpm build && cd ../shiki-magic-move && pnpm build && cd ../../playgrounds/app && pnpm build",
"test": "turbo run test --filter=./packages/*",
"typecheck": "turbo run typecheck --filter=./packages/*",
"build-test": "turbo run build test --filter=./packages/*",
Expand Down

0 comments on commit 176729b

Please sign in to comment.