From dfaede9fd80b4493311980a3d708126bd4d17b4d Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 16 Nov 2021 07:12:23 -0600 Subject: [PATCH] test before building --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c4a1d9..6eb150f 100755 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ deploy-web: dist/hff-entry-forms-web-${VERSION}.${TARGET_ENV}.tar.gz TARGET_ENV=${TARGET_ENV} operations/invalidate-cdn-cache.sh rm -r temp-deploy -deploy: deploy-api deploy-web +deploy: test deploy-api deploy-web