1 Commits

Author SHA1 Message Date
dfaede9fd8 test before building 2021-11-16 07:12:23 -06:00

View File

@ -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