Fix package.json script

This commit is contained in:
advplyr 2021-09-21 16:55:32 -05:00
parent c821ef424f
commit 03feaf6e5a

View File

@ -5,9 +5,9 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "node index.js", "dev": "node index.js",
"start": "node index.js",
"client": "cd client && npm install && npm run generate", "client": "cd client && npm install && npm run generate",
"prod": "npm run client && npm install && node prod.js", "prod": "npm run client && npm install && node prod.js"
"start": "node prod.js"
}, },
"author": "advplyr", "author": "advplyr",
"license": "ISC", "license": "ISC",