You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 runnpm 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?
The text was updated successfully, but these errors were encountered: