Commit dbc0e07
committed
fix(ng-dev): forcefully remove node_modules before publishing (#3044)
Currently, when preparing a release, we execute 'git clean -dfq' to ensure a clean working directory. This is problematic when a '.gitignore' file is present that excludes 'node_modules', as 'git clean' will not remove them.
This change updates the release preparation to explicitly remove all 'node_modules' directories, ensuring that we always publish from a clean state.
PR Close #30441 parent ed31a41 commit dbc0e07
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
370 | 373 | | |
371 | 374 | | |
372 | 375 | | |
| |||
0 commit comments