Update build script

This commit is contained in:
2023-07-21 00:20:36 -04:00
parent bf448aa47f
commit d4247e09ff
2 changed files with 3 additions and 3 deletions

View File

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