We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355b504 commit 9300306Copy full SHA for 9300306
1 file changed
AGENTS.md
@@ -307,7 +307,7 @@ See [Codebase structure](#codebase-structure) above for detailed explanations.
307
When running Next.js integration tests, you must rebuild if source files have changed:
308
309
- **Edited Next.js code?** → `pnpm build`
310
-- **Edited Turbopack (Rust)?** → `pnpm build-native`
+- **Edited Turbopack (Rust)?** → `pnpm swc-build-native`
311
- **Edited both?** → `pnpm turbo build build-native`
312
313
## Development Anti-Patterns
0 commit comments