From what I can see in the build log in the example, the cache isn't used when installing the dependencies when building the client.
Seems like the node buildpack isn't supporting 2 build directories, so maybe it's better to use 2 buildpacks: one for node and one for the React app (maybe we can leverage your buildpack, but without the Nginx part).
From what I can see in the build log in the example, the cache isn't used when installing the dependencies when building the client.
Seems like the node buildpack isn't supporting 2 build directories, so maybe it's better to use 2 buildpacks: one for node and one for the React app (maybe we can leverage your buildpack, but without the Nginx part).