Update production script for linux
This commit is contained in:
parent
f0eccb8fab
commit
c24691e2ef
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue