Просмотр исходного кода

Update package.json for deployment

Lee Morgan 6 лет назад
Родитель
Сommit
b766669a55
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      package.json

+ 2 - 1
package.json

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