pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

Fails to update experiments when changed #65

Closed conbainbridge closed 4 years ago

conbainbridge commented 4 years ago

Wasn't sure if this is a CLI thing or more of a default site template thing:

This shows how the change I made to the experiment ("Hello PLANET") successfully builds in the experiment folder, but the front-end/build/js/2.cace40f9.chunk.js file that from what I can tell relates to asset-manifest.json is not changed ("Hello World").

Screen Shot 2020-07-23 at 4 09 03 PM

I also tried running yarn run build in front-end to see if it helped, but it still re-builds with "Hello World."

After changing the experiment, even if I change it back to the original Hello World, I get these internal server errors:

Screen Shot 2020-07-23 at 4 17 16 PM
jkhartshorne commented 4 years ago

So ... the node package I was using for interacting with docker has really lousy documentation. It said that the function I was using built and started docker containers. Actually, it didn't do the builds, only the starting. So updates weren't getting pushed. I fixed that in the CLI. Should work now.