1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/Makefile

12 lines
220 B
Makefile
Raw Normal View History

default:
2015-05-10 14:38:17 +00:00
compile_js: js/node_modules
cd js && node build.mjs
2015-05-10 14:38:17 +00:00
js/node_modules:
cd js && npm ci
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh