it is not rebuilding for electron from the package root
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 181
- Avg merge
- 6h 44m
- Merged PRs (30d)
- 3
Description
When I call, it does not rebuild my native package
```jsx
yarn electron-rebuild
```
However, when I rebuild like this
```shell
cd node_modules/@woovi/node-printer
../../.bin/electron-rebuild
```
Contributor guide
Research direction
Start by reproducing the two commands shown: run yarn electron-rebuild from the package root, then run ../../.bin/electron-rebuild from node_modules/@woovi/node-printer. The payload names no files or tests; done means the package-root command rebuilds the native package consistently with the nested invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, node.js, typescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100