Fix package.json script

This commit is contained in:
Mark Cooper 2021-09-21 16:55:32 -05:00
parent f4d6e65380
commit 13ac5f1d2a

View File

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