1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/Makefile

15 lines
321 B
Makefile
Raw Normal View History

default:
2015-05-10 14:38:17 +00:00
compile_js:
rm -f ./frontend/assets/*
docker run --rm -i \
-v "$(CURDIR):$(CURDIR)" \
-w "$(CURDIR)/js" \
-u $(shell id -u) \
node:18-alpine \
sh -c "node build.mjs"
2015-05-10 14:38:17 +00:00
publish: compile_js
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh