ds300 / ds300/patch-package

Should we throw warning instead of error while patched packages not exist

Open
#339 3 comments 8 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
11.2k
Forks
325
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.