Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Configure Heroku review apps pipeline. (#513)
Browse files Browse the repository at this point in the history
* chore: add Procfile

* chore: bootstrap app on heroku-prebuild

* chore: override the heroku build, ya dummy

* chore: update swagger files prebuild
  • Loading branch information
rafegoldberg authored Mar 9, 2020
1 parent d2c4a8e commit 5907499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npx http-server example/dist --port $PORT
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"description": "Open source components that make up ReadMe's API explorer",
"scripts": {
"heroku-postbuild": "npm run bootstrap && node scripts/update-example-swagger-files && npm run build",
"bootstrap": "lerna bootstrap",
"build": "./build.sh & lerna run build",
"clean": "lerna clean",
Expand Down

0 comments on commit 5907499

Please sign in to comment.