mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
11 lines
220 B
Makefile
11 lines
220 B
Makefile
default:
|
|
|
|
compile_js: js/node_modules
|
|
cd js && node build.mjs
|
|
|
|
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
|