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?
For building docker container we have to run
asset:installcommand,npm installs(from root and from test project) and in test project we have to runnpm run buildcommand.Iit would be great to use something like a phing or put these commands into
package.jsonscripts.Does anyone have any recommendations?