Skip to content

Commit

Permalink
update dyno command for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
cidneyweng committed Feb 19, 2021
1 parent 9e37fd8 commit 42e4455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: knex migrate:latest --env production && npm start
web: knex --esm migrate:latest --env production && npm start
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "anovalabs",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "NODE_ENV=development nodemon index.js",
Expand Down

0 comments on commit 42e4455

Please sign in to comment.