浏览代码

Update package.json for deployment

Lee Morgan 6 年之前
父节点
当前提交
b766669a55
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -4,7 +4,8 @@
   "description": "Inventory management application for restaurants",
   "main": "app.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "start": "node app.js"
   },
   "repository": {
     "type": "git",