Skip to content

Commit

Permalink
update scripts for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 31, 2024
1 parent 2ae102d commit 3d9e68d
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 @@ -6,7 +6,7 @@
"scripts": {
"next-dev": "next dev",
"content-watch": "nodemon --ext ts,mdx --watch ./content --ignore ./content/outline.json --exec \"tsx ./scripts/generateOutline.ts\"",
"dev": "concurrently \"yarn run next-dev\" \"yarn run content-watch\"",
"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 3d9e68d

Please sign in to comment.