mirror of
https://github.com/Luzifer/gallery.git
synced 2024-11-08 14:10:01 +00:00
11 lines
267 B
Makefile
11 lines
267 B
Makefile
default:
|
|
|
|
lint:
|
|
docker run --rm -ti -v $(CURDIR):$(CURDIR) -w $(CURDIR) luzifer/eslint frontend/*.js
|
|
|
|
pack:
|
|
go-bindata -modtime 1 frontend/...
|
|
|
|
publish:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|