Commit d95fea1
committed
Fix CI build check paths for dual-build structure
Updated GitHub Actions workflow to check for the correct output paths:
- dist/esm/index.js (ES modules)
- dist/cjs/index.js (CommonJS)
- dist/browser/index.js (Browser IIFE)
- dist/esm/index.d.ts (TypeScript declarations)1 parent 9b48feb commit d95fea1
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
0 commit comments