Rename "serve" command to "server"

This commit is contained in:
MICHAEL JACKSON
2017-04-04 07:39:41 -07:00
parent 25e4a77fb2
commit 90b75c489e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"heroku-postbuild": "node scripts/build.js",
"serve": "heroku local -f Procfile.local -p 3001",
"server": "heroku local -f Procfile.local -p 3001",
"test": "node scripts/test.js --env=jsdom"
},
"dependencies": {