From 03feaf6e5ab5b3fecabaaef320c043700b4733d9 Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 21 Sep 2021 16:55:32 -0500 Subject: [PATCH] Fix package.json script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 69272871..1e88fad8 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "index.js", "scripts": { "dev": "node index.js", + "start": "node index.js", "client": "cd client && npm install && npm run generate", - "prod": "npm run client && npm install && node prod.js", - "start": "node prod.js" + "prod": "npm run client && npm install && node prod.js" }, "author": "advplyr", "license": "ISC",