Skip to content

Commit

Permalink
add node_env for dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
cansirin committed Dec 26, 2023
1 parent 77c5b97 commit 4527860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odin-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "index.ts",
"scripts": {
"build": "contentlayer build",
"dev": "contentlayer dev"
"dev": "NODE_ENV=development contentlayer dev"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 4527860

Please sign in to comment.