Commit 45c0f6b
authored
feat(emulator): standardize bin build process for consistency (#365)
Make emulator package match the standard CLI package pattern used by
cli, device-profiler, and mqtt-bridge packages. This ensures all CLI
packages build and handle executable permissions identically.
Changes:
- Update tsconfig.json to use rootDir "." instead of "src"
- Include "bin" directory in tsconfig compilation
- Add chmod to build script for dist bin files
Closes #3611 parent aba3316 commit 45c0f6b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
0 commit comments