Commit 3f8a8e0
fix: resolve CI/CD dependency resolution preventing npm publication
- Add 'npm ci' to prepublishOnly script to ensure dependencies are available
- Fixes MODULE_NOT_FOUND errors for 'commander', 'js-yaml', 'inquirer' in CI
- Resolves all 7 failing test suites (cli foundation, enhanced install, etc.)
- Enables successful npm publication with 100% test pass rate
- OIDC command functionality now ready for distribution
Root cause: CLI tests run before dependency resolution in isolated publish environment
Solution: Ensure clean dependency install before running tests during publish
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2f12b2d commit 3f8a8e0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments