You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,14 @@ Use [create-react-app's built-in Jest testing](https://github.com/facebookincuba
146
146
147
147
[Heroku CI](https://devcenter.heroku.com/articles/heroku-ci) is supported with minimal configuration. The CI integration is compatible with npm & yarn (see [`bin/test`](bin/test)).
148
148
149
+
#### Add to existing heroku app
150
+
151
+
If you have your react app deployed to heroku already and wish to use this buildpack, you can do so by running:
152
+
153
+
```
154
+
heroku buildpacks:set mars/create-react-app
155
+
```
156
+
149
157
#### Minimal `app.json`
150
158
151
159
Heroku CI uses [`app.json`](https://devcenter.heroku.com/articles/app-json-schema) to provision test apps. To support Heroku CI, commit this minimal example `app.json`:
0 commit comments