Commit 344b691
fix(build): add missing await for buildInProduction() (#160)
`buildInProduction()` is an async method that packs the XPI and
generates update.json. Without `await`, the build process completes
before the XPI file is actually written, resulting in no XPI output
in production builds.
Co-authored-by: Claude Opus 4.6 <[email protected]>1 parent d0bba34 commit 344b691
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments