Open
Description
As a example:
Patch file found for package vite which is not present at node_modules/vite
If we want to build sub-packages independently in monorepo, but we already set root/package.json
"scripts": {
"postinstall": "patch-package"
}
that will interrupt the build process if submodule root/packages/module-a
does not dependent vite
Metadata
Metadata
Assignees
Labels
No labels
Activity
marcogigliarano commentedon Oct 11, 2021
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.
nickfla1-mxm commentedon Nov 11, 2021
+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.xziy commentedon Aug 19, 2022
+1