Commit f51d560
fix: suppress oclif TypeScript warning by setting NODE_ENV=production (#35)
- Set NODE_ENV=production before importing @oclif/core
- This prevents oclif from attempting TypeScript detection in production
- Reverted previous complex solution in favor of this simpler approach
- Tested with tsconfig.json in current directory - no warnings
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>1 parent 0e16a78 commit f51d560
1 file changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | | - | |
5 | | - | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 14 | + | |
0 commit comments