diff --git a/package.json b/package.json index e3afe8e..04060a3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": ".eleventy.js", "scripts": { "start": "npx gulp && concurrently \"npx gulp watch\" \"npx eleventy --serve\"", - "production": "SET NODE_ENV=production npx gulp && SET NODE_ENV=production npx @11ty/eleventy" + "production": "NODE_ENV=production npx gulp && NODE_ENV=production npx @11ty/eleventy" }, "keywords": [], "author": "",