mirror of
https://github.com/Luzifer/gallery.git
synced 2024-11-08 22:20:01 +00:00
12 lines
267 B
Makefile
12 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
|