Skip to content

Commit

Permalink
Add production env to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesLoder committed Aug 5, 2024
1 parent 4104252 commit ee4f191
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 @@ -50,7 +50,7 @@
"updates": "ncu",
"docs:output": "typedoc --tsconfig ./.config/tsconfig.json --json ./docs/data.json src/index.ts",
"docs:dev": "astro dev --config ./docs/astro.config.mjs",
"docs": "astro build --config ./docs/astro.config.mjs"
"docs": "NODE_ENV=production astro build --config ./docs/astro.config.mjs"
},
"files": [
"dist/**/*"
Expand Down

0 comments on commit ee4f191

Please sign in to comment.