Commit 2da2c4e
committed
fix: make cleanup step cross-platform compatible
- Use bash with conditional logic for Windows vs Unix commands
- Windows: Remove-Item -Recurse -Force node_modules
- Unix: rm -rf node_modules
- Ensures workflow works on all OS platforms (Windows, Linux, macOS)1 parent 2865110 commit 2da2c4e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
0 commit comments