Closed voronkovich closed 7 years ago
It's needed to run composer install (to install the box) before calling make build.
composer install
box
make build
Good catch, thanks @voronkovich.
It's needed to run
composer install
(to install thebox
) before callingmake build
.