Commit 7d86240
committed
fix: include config command files in published package
• Change package.json files field from directory to explicit file paths
• Add dist/cli/commands/config.js and config.d.ts to files array
• Fixes ERR_MODULE_NOT_FOUND error when using lab commands
• Config command was missing from published package causing runtime errors
• Resolves issue where config.js file exists but wasn't included in npm package1 parent b035dc4 commit 7d86240
File tree
2 files changed
+14
-1
lines changed- .changeset
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments