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",