euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 86266ce87a2a4d425717b78f64d36f229ed6996e (patch)
parent b4d2e6abe2f1dfd33c47ab9c68bd584996e5735b
Author: Alex Karle <alex@karle.co>
Date:   Wed, 22 Apr 2020 23:34:32 -0400

ci: Ensure release recipe tests first

When your tests take < 2s, it feels wrong not to run them before that
horrifically slow webpack build.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -11,6 +11,6 @@ test: perl t/Game.t .PHONY: release -release: +release: test ./build.sh scp -r build/* www@euchre.live:/var/www/euchre-live