Commit 4ae5961
committed
🤖 fix: Update E2E test dist paths and Storybook CSS import
- Update REQUIRED_DIST_FILES in E2E tests to check for:
- dist/cli/index.js (CLI entry point)
- dist/desktop/main.js (Electron main process)
- dist/preload.js (unchanged)
- Fix Storybook preview CSS import: src/styles/globals.css → src/browser/styles/globals.css
Fixes E2E test error: Missing build artifact at dist/main.js
Fixes Storybook build error: Could not resolve ../src/styles/globals.css1 parent ce6a501 commit 4ae5961
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments