add secondary command

This commit is contained in:
aminamos
2020-04-07 08:15:05 -07:00
parent ae15efb74c
commit 485cc93774

View File

@@ -4,7 +4,8 @@
"description": "Source code for the Pluralsight course JavaScript Promises and Async Programming", "description": "Source code for the Pluralsight course JavaScript Promises and Async Programming",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon ./index.js" "dev": "nodemon ./index.js",
"secondary": "cross-env PORT=3001 nodemon ./index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",