Skip to content

Commit

Permalink
Disable Turbo for now :(
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Oct 12, 2022
1 parent b9c1533 commit 2366a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"arrowParens": "always"
},
"scripts": {
"build": "turbo run build --filter=\"./packages/*\"",
"build": "preconstruct build",
"build:turbo": "turbo run build --filter=\"./packages/*\"",
"clean:vite": "rimraf **/node_modules/.vite",
"dev": "pnpm clean:vite && preconstruct dev && cd apps/vfx-composer-examples/ && pnpm dev",
"dev:spacerage": "pnpm clean:vite && preconstruct dev && pnpm --filter spacerage dev",
Expand Down

0 comments on commit 2366a09

Please sign in to comment.