Add dev script

This commit is contained in:
MICHAEL JACKSON
2017-10-16 15:20:06 -07:00
parent 24ec2663ce
commit b92f803b97
3 changed files with 4 additions and 5 deletions

View File

@ -5,8 +5,8 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"serve": "heroku local -f Procfile.local -p 3001",
"test": "node scripts/test.js --env=jsdom"
"test": "node scripts/test.js --env=jsdom",
"dev": "heroku local -f Procfile.dev -p 3001"
},
"dependencies": {
"algoliasearch": "^3.24.3",