Przeglądaj źródła

Update package.json for deployment

Lee Morgan 6 lat temu
rodzic
commit
b766669a55
1 zmienionych plików z 2 dodań i 1 usunięć
  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",