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
With projects that may have inner sub-projects (like unit test in C/C++, which have their own package.json), it is necessary to chain the top install with multiple installs in all tests folders.
Currently this is done via xpm run install and a custom install script, but more naturally is to run xpm install and chain it via post-install actions.
The text was updated successfully, but these errors were encountered:
With projects that may have inner sub-projects (like unit test in C/C++, which have their own package.json), it is necessary to chain the top install with multiple installs in all tests folders.
Currently this is done via
xpm run install
and a custominstall
script, but more naturally is to runxpm install
and chain it via post-install actions.The text was updated successfully, but these errors were encountered: