Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Use npm start for deployment (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmarklloyd authored Nov 6, 2018
1 parent 98a352e commit 0dc35e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"main": "index.js",
"scripts": {
"build": "gulp",
"dev": "gulp serve",
"heroku-postbuild": "gulp deployBuild",
"lint": "esw *.js server config --color",
"lint:watch": "npm run lint -- --watch",
"start": "gulp serve",
"start": "node dist/index.js",
"test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register tests/server --recursive",
"test:watch": "npm run test -- --watch",
"test:coverage": "cross-env NODE_ENV=test ./node_modules/.bin/istanbul cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register tests --recursive",
Expand Down

0 comments on commit 0dc35e3

Please sign in to comment.