Skip to content

Commit

Permalink
fix app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkrick committed Aug 1, 2019
1 parent 4827d48 commit 98be6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"repository": "https://github.com/ParabolInc/action",
"scripts": {
"dokku": {
"predeploy": "npm run db:migrate",
"postdeploy": "npm run postdeploy"
"predeploy": "yarn workspace parabol-server db:migrate",
"postdeploy": "yarn workspace parabol-server postdeploy"
}
}
}

0 comments on commit 98be6e5

Please sign in to comment.