Add forgotten post
Remove cross-env
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user