@ -1,9 +1,17 @@
install: build-docker install-php-deps install-js-deps
build-docker:
./tools/build-docker
clean-dev:
rm -rf ./output_dev/*
install-php-deps:
tools/composer install -n
install-js-deps:
tools/npm ci
clean-prod:
rm -rf ./output_prod/*
The note is not visible to the blocked user.