We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a162 commit e527b4dCopy full SHA for e527b4d
2 files changed
AGENTS.md
@@ -288,7 +288,7 @@ These test suites are pre-cloned and ready to search:
288
NAPI packages use **Vitest** for testing Node.js bindings:
289
290
```bash
291
-pnpm build-dev # Build all NAPI packages
+pnpm build-test # Build all NAPI packages (with testing feature)
292
pnpm test # Run all NAPI tests
293
```
294
tasks/e2e/README.md
@@ -3,6 +3,6 @@
3
Node.js runtime tests for transformer and minifier.
4
5
6
-pnpm run build-dev
+pnpm run build-test
7
pnpm run test
8
0 commit comments