From e9779dca20dfc3a6d0cc823f42478e3dd05537c5 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Dec 10 2020 13:14:02 +0000 Subject: Add `setup-js` to `make all` target Otherwise `make all` fails on a fresh clone --- diff --git a/Makefile b/Makefile index 8d26a8b..ba740a7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ help: @echo "clean: remove artefacts" @echo "update-solr: update solr index. must have SOLR_CORE and SOLR_URL defined" -all: sync-repositories fetch-maintainers html js +all: sync-repositories fetch-maintainers html setup-js js html-only: sync-repositories fetch-maintainers html