A make target for running the screenshots script locally

This commit is contained in:
Michael Lange
2019-06-12 17:38:37 -07:00
parent cc5a411e51
commit 77f02b95fb

View File

@@ -37,4 +37,8 @@ ui-screenshots:
--volume "$(shell pwd)/scripts/screenshots/screenshots:/screenshots" \
nomad-ui-screenshots
ui-screenshots-local:
@echo "==> Collecting UI screenshots (local)..."
@cd scripts/screenshots/src && SCREENSHOTS_DIR="../screenshots" node index.js
.PHONY: build website