Add forgotten post

Remove cross-env
This commit is contained in:
2023-07-21 00:15:03 -04:00
parent 5af4cb886f
commit bf448aa47f
2 changed files with 31 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "iew-site-builder",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "cross-env NODE_ENV=production node ./lib/build",
"build:prod": "NODE_ENV=production node ./lib/build",
"serve": "node app.js serve",
"watch": "node app.js watch"
},