diff --git a/Makefile b/Makefile index 8b3a75db..178f3c57 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ install: package: install rm -rf $(ROOT_DIR)/skyline_console/static yarn run build + echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt poetry build