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
Auto merge of #2806 - jtgeibel:use-nodejs-buildpack-directly, r=JohnTitor
Use nodejs buildpack directly (instead of via the emberjs buildpack)
Since #2657 we build the frontend twice during a deploy. It seems that
the nodejs buildpack (pulled in by the emberjs buildpack) is running
our build script so lets just depend on that directly because it is
actively supported by Heroku.
r? `@JohnTitor`
0 commit comments