diff --git a/Makefile b/Makefile index 7fc68f9ec..11fcf435d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ clean-dist: rm -rf js/node_modules install-deps: + composer install cd js && npm install build: build-js