Commit b135e46
committed
refactor: simplify script names for better ergonomics
Rename scripts to shorter, clearer names:
- build:custom-node → build:node (shorter)
- test:coverage → cover (matches common convention)
- Removed test:unit (redundant with test)
Now commands are more ergonomic:
pnpm run build:node -- --yes # Build custom Node.js
pnpm run cover # Run coverage1 parent c907894 commit b135e46
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
| |||
0 commit comments