Skip to content

Commit

Permalink
fix: turbo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Oct 3, 2024
1 parent db2f111 commit a32325a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"next-dev": "next dev",
"next-dev": "next dev --turbo",
"content-watch": "nodemon --ext ts,mdx --watch ./content --ignore ./content/outline.json --exec \"tsx ./scripts/generateOutline.ts\"",
"dev": "concurrently \"pnpm run next-dev\" \"pnpm run content-watch\" \"--turbo\"",
"dev": "concurrently \"pnpm run next-dev\" \"pnpm run content-watch\"",
"build": "tsx ./scripts/generateOutline.ts && next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit a32325a

Please sign in to comment.