Commit 84699c5
committed
fix: prevent node_modules removal during workflow cleanup
- Remove node_modules deletion from clean step
- npm ci already provides clean dependency state
- Keeps native binaries (rollup, etc.) available for build process
- Fixes 'Cannot find module @rollup/rollup-linux-x64-gnu' error1 parent eb2ed73 commit 84699c5
1 file changed
+3
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
54 | 42 | | |
55 | 43 | | |
56 | 44 | | |
| |||
0 commit comments