Skip to content

Commit

Permalink
Add NODE_ENV to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervspl committed Mar 6, 2024
1 parent 0336be7 commit 54f198f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"start": "NODE_ENV=production next start",
"build": "NODE_ENV=production next build",
"postbuild": "next-sitemap",
"analyze": "ANALYZE=true npm run build",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 54f198f

Please sign in to comment.