1
0
mirror of https://github.com/Luzifer/wiki.git synced 2024-09-19 15:43:00 +00:00
wiki/Makefile
Knut Ahlers 2fdb15f3ed
npm update & audit fix & dedupe
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-07-31 23:13:43 +02:00

11 lines
346 B
Makefile

default: generate
generate:
docker run --rm -ti -v $(CURDIR):$(CURDIR) -w $(CURDIR)/src node:12-alpine \
sh -exc "npx npm@lts ci && npx npm@lts run build && chown -R $(shell id -u) ../frontend node_modules"
go generate
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh