@@ -25,6 +25,10 @@ deps: node_modules
node_modules:
npm install
.PHONY: test
test:
go test -v ./...
.PHONY:clean
clean:
rm -rf $(BUILD_DIR) && rm -rf public/build/
The note is not visible to the blocked user.