Commit 95a82ea
fix: suppress misleading oclif TypeScript warning in production (#33)
Add process.env.OCLIF_TS_NODE = '0' to bin/run.js to prevent the
"Could not find typescript" warning when users run the CLI via npx.
This warning is misleading as TypeScript is only needed for development,
not for end users running the published package.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>1 parent 4b50e1e commit 95a82ea
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments