Skip to content

Commit

Permalink
fix(core): remove --turbo dev flag (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored Dec 9, 2024
1 parent d38f164 commit 1f0c2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-poets-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-core": patch
---

Remove `--turbo` from `pnpm dev` as it has some issues with the latest dependency bump, along with others.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.22.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev --turbo",
"dev": "npm run generate && next dev",
"generate": "dotenv -e .env.local -- node ./scripts/generate.cjs",
"build": "npm run generate && next build",
"build:analyze": "ANALYZE=true npm run build",
Expand Down

0 comments on commit 1f0c2ef

Please # to comment.