enjoythecode / strate.gg

A hobby project dedicated to the play and exploration of various abstract strategy board games.
https://strate.gg
3 stars 0 forks source link

Makefile: don't build FE for BE tests if website files did not change #68

Closed enjoythecode closed 1 year ago

enjoythecode commented 1 year ago

Currently, running make best compiles a production build, even if no changes to the FE files were made. This slows development down when working on BE files.

enjoythecode commented 1 year ago

duplicate of #65