Start to use some building tool
pesektomas opened this issue · 0 comments
pesektomas commented
For building docker container we have to run asset:install
command, npm installs
(from root and from test project) and in test project we have to run npm run build
command.
Iit would be great to use something like a phing or put these commands into package.json
scripts.
Does anyone have any recommendations?