diff --git a/docs/i18n.md b/docs/i18n.md index 543ac843d..757a82e49 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -157,9 +157,7 @@ Run the following commands from the repository root: ```bash node_modules/.bin/tsc --noEmit npm run lint -node_modules/.bin/jiti lib/i18n/registry.test.mjs -node_modules/.bin/jiti lib/i18n/format.test.mjs -node --test lib/*.test.mjs +npm test ``` Do not run `next build` during normal development. See the repository