Update production script for linux

This commit is contained in:
TheThomaas 2023-05-24 20:06:36 +02:00
parent f0eccb8fab
commit c24691e2ef

View file

@ -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 eleventy"
"production": "NODE_ENV=production npx gulp && NODE_ENV=production npx eleventy"
},
"keywords": [],
"author": "",