11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
go build -o unifi-blocklist-app main.go 2>&1 && echo "✓ Build successful"
|
|
|
|
|
|
go build -o unifi-blocklist-app main.go
|
|
|
|
|
|
tailwindcss -o static/tailwind.css --minify
|
|
|
|
tailwindcss -o static/tailwind.css --minify --watch
|
|
|
|
git add . && git commit -m "update" && git push |