mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-16 02:22:14 -04:00
7 lines
157 B
Makefile
7 lines
157 B
Makefile
node_modules: package-lock.json
|
|
npm ci
|
|
|
|
email.tmpl: email.html inline-css.js node_modules
|
|
@echo ">> inline css for html email template"
|
|
node ./inline-css
|