We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc0e07 commit 937d2f8Copy full SHA for 937d2f8
ng-dev/release/publish/actions.ts
@@ -368,7 +368,7 @@ export abstract class ReleaseAction {
368
this.git.run(['checkout', '-q', 'FETCH_HEAD', '--detach']);
369
try {
370
// Remove node_modules even if they are ignored. (We do not want to run -dxf to avoid deleting other files suchs as .ng-dev-lock)
371
- this.git.run(['clean', 'git clean -dfX **/node_modules']);
+ this.git.run(['clean', '-qdfX **/node_modules']);
372
} catch {}
373
}
374
0 commit comments