Skip to content

Commit e527b4d

Browse files
committed
doc: update pnpm build command to use for tests
1 parent ae8a162 commit e527b4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ These test suites are pre-cloned and ready to search:
288288
NAPI packages use **Vitest** for testing Node.js bindings:
289289

290290
```bash
291-
pnpm build-dev # Build all NAPI packages
291+
pnpm build-test # Build all NAPI packages (with testing feature)
292292
pnpm test # Run all NAPI tests
293293
```
294294

tasks/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Node.js runtime tests for transformer and minifier.
44

55
```
6-
pnpm run build-dev
6+
pnpm run build-test
77
pnpm run test
88
```

0 commit comments

Comments
 (0)