From ee36b1fcb44680bfc83d9aedf8b25b2fe0e9343f Mon Sep 17 00:00:00 2001 From: richardmilles Date: Mon, 7 Sep 2026 15:02:45 +0200 Subject: [PATCH] docs(i18n): use npm test in verification steps --- docs/i18n.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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