Skip to content

Commit

Permalink
Merge a9ab255 into d323ded
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-abz committed Dec 23, 2019
2 parents d323ded + a9ab255 commit 21a8ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "babel src --out-dir production",
"start": "node production/index.js",
"start": "node production/server.js",
"migrate:drop": "sequelize db:migrate:undo:all",
"dev": "nodemon --exec babel-node src/server.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 21a8ad9

Please sign in to comment.