We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c08697 commit cad941aCopy full SHA for cad941a
Makefile
@@ -1,10 +1,8 @@
1
-all: dep-web snapshot
2
-
3
snapshot:
4
goreleaser release --snapshot --clean
5
6
preview:
7
- go generate ./... && go run .
+ cd web && npm run build && cd .. && go run .
8
9
dev:
10
air
0 commit comments