aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-02-01 18:06:20 +0100
committerGitHub <[email protected]>2022-02-01 18:06:20 +0100
commitdf48704c818a1addb8c32140f12e592e243f4e6d (patch)
tree3767deab4da325f1c6c0937c0192b63786240b12 /CONTRIBUTING.md
parent5e6754da61b63019fd063fad26adbeeabd8b789b (diff)
downloadfaker-df48704c818a1addb8c32140f12e592e243f4e6d.tar.xz
faker-df48704c818a1addb8c32140f12e592e243f4e6d.zip
feat: auto generate/update locale files (#252)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2bc75f6d..65e70c47 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,6 +13,7 @@ If you want to make `Faker` a better, please read the following contribution gui
Make sure you **build** the project before running the docs, cause some files depend on `dist`.
Use `pnpm run docs:dev` to edit them in live mode.
- The tests are executing `vitest` against `test/**/*.spec.ts`
+- If you update the locales, make sure to run `pnpm run generate:locales` to generate/update the related files.
## Architecture