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