Commit 77c7900
committed
debug(ci): add comprehensive build diagnostics for Windows troubleshooting
Added logging to test-setup-script to diagnose Windows build issues:
- Show working directory
- List files before build
- Run build
- List files in dist/ after build
- Verify cli.js exists
This will help identify whether:
1. Build is creating files in the wrong location
2. Files are being created but deleted
3. Build is failing silently
4. There's a working directory or path issue
Uses cross-platform commands (ls -la || dir) to work on all OSes.1 parent 12ccac7 commit 77c7900
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments