@@ -5,3 +5,12 @@ test:
.PHONY: build
build:
go build ./...
.PHONY: web
web:
cd web && npm ci && npm run build
rm -rf internal/web/dist
cp -r web/dist internal/web/dist
.PHONY: build-all
build-all: web build
The note is not visible to the blocked user.