diff --git a/package.json b/package.json index 3273d886e..b3c6efafe 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ }, "scripts": { "dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192", - "start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192", + "start": "node . --unhandled-rejections=strict --max-old-space-size=8192", "lint": "eslint . --ext .js", "lint:fix": "npm run lint -- --fix", - "build": "NODE_ENV=production next build", + "build": "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",