Skip to content

Commit

Permalink
fix: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Apr 24, 2023
1 parent c606420 commit 4e19b5f
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 @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "concurrently \"contentlayer dev\" \"next dev -p 3000\"",
"build": "contentlayer build && pnpm build:components && next build",
"build": "contentlayer build && next build",
"turbo": "next dev --turbo",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 4e19b5f

Please sign in to comment.