operations: Add Makefiles and version-bumping script.

This commit is contained in:
2021-10-25 09:34:00 -05:00
parent 7c9bdfe8f8
commit e055bee0f3
4 changed files with 101 additions and 1 deletions

5
web/Makefile Executable file
View File

@ -0,0 +1,5 @@
build:
npm run build-${TARGET_ENV}
serve:
npm run serve