operations: Add Makefiles and version-bumping script.
This commit is contained in:
5
web/Makefile
Executable file
5
web/Makefile
Executable file
@ -0,0 +1,5 @@
|
||||
build:
|
||||
npm run build-${TARGET_ENV}
|
||||
|
||||
serve:
|
||||
npm run serve
|
Reference in New Issue
Block a user