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
Any update on this? I think I'm facing the same problem with another module.
I work with Lerna monorepo and this issue is just on Gitlab CI, locally it's working.
+1, would be a nice addition. A cli flag like --skip-not-found / --skip-missing, enabling it would just print a warning instead of an exception. Without it, it would default to the current behaviour.
As a example:
If we want to build sub-packages independently in monorepo, but we already set
root/package.json
that will interrupt the build process if submodule
root/packages/module-a
does not dependent viteThe text was updated successfully, but these errors were encountered: