Skip to content

Commit

Permalink
chore(core): use next dev --turbo (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini committed Apr 18, 2024
1 parent d252583 commit 76fad25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-pumas-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-core": patch
---

use --turbo for next dev
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
"dev": "npm run generate && next dev --turbo",
"generate": "dotenv -e .env.local -- node ./scripts/generate.cjs",
"build": "npm run generate && next build",
"start": "next start",
Expand Down

0 comments on commit 76fad25

Please sign in to comment.