-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Describe the bug
When running npx patchcab, these lines in bin.ts cause my ./modules directory to be destroyed:
Line 28 in 0fdb815
| const PATH_BUILD = resolve(DIR, './modules'); |
Line 36 in 0fdb815
| rimraf.sync(PATH_BUILD); |
./modules seems to be a source directory - why is it being deleted?
To Reproduce
- git clone
- yarn install
- npm run build
- npx patchcab
Environment:
- Ubuntu 20.04
- vscode
Metadata
Metadata
Assignees
Labels
No labels