Commit 77d4e26
committed
fix(build): make npm run build work out of the box
- tsconfig: set "types": [] so tsc doesn't auto-load ambient
@types/node, which was colliding with lib.dom's AbortSignal.
- package.json: drop verify:ios / verify:android — they pointed at an
Xcode workspace and Gradle wrapper this scaffolding doesn't ship.
Native verification happens in the consuming app via cap sync.
verify is now just npm run build.
- Commit package-lock.json so the publish workflow's npm ci works.1 parent c998fc6 commit 77d4e26
4 files changed
Lines changed: 1957 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
79 | | - | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| |||
109 | 122 | | |
110 | 123 | | |
111 | 124 | | |
112 | | - | |
113 | 125 | | |
114 | 126 | | |
115 | 127 | | |
| |||
0 commit comments