Adding cypress.

This commit is contained in:
2020-04-28 08:20:50 -07:00
parent 70ed9465b8
commit b22aea2507
9 changed files with 994 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
# along with the Alpha Centauri Farming project. If not, see
# <https://www.gnu.org/licenses/>.
.PHONY: clean install interactive
.PHONY: clean install interactive cypress
assets := assets/game/acf/
@@ -49,6 +49,9 @@ runprod:
upload:
rsync -rtvz dist/ $(SERVER):~/farm
cypress:
npm run cypress:open
clean:
rm -f *~ res/js/app.js