operations: Expose the update version script in the main Makefile.

This commit is contained in:
Jonathan Bernard 2021-07-05 11:39:50 -05:00
parent ca70773a8c
commit 7fb26bab97

View File

@ -9,6 +9,9 @@ clean:
-docker container prune
-docker image prune
update-version:
operations/update-version.sh
dist/personal-measure-web.tar.gz:
-mkdir dist
TARGET_ENV=$(TARGET_ENV) make -C web build