Skip to content

Commit

Permalink
fix: change dev and prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrick25 committed Oct 23, 2023
1 parent b80b36d commit 7c7f27d
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev && contentlayer dev --verbose",
"prebuild": "contentlayer build",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit 7c7f27d

Please sign in to comment.