Skip to content

Commit

Permalink
added node env production back in
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalong committed Aug 22, 2021
1 parent 1e66776 commit 510a33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,10 +19,10 @@
},
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192",
"start": "node . --unhandled-rejections=strict --max-old-space-size=8192",
"start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192",
"lint": "eslint . --ext .js",
"lint:fix": "npm run lint -- --fix",
"build": "next build",
"build": "NODE_ENV=production next build",
"build-system": "rollup -c",
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --max-old-space-size=8192 ./scripts",
"www-setup-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts setup-database",
Expand Down

0 comments on commit 510a33c

Please sign in to comment.