diff --git a/makefile b/makefile new file mode 100644 index 0000000..c101f75 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +release: + cd front && npm run build && cd .. + go build -tags=embed