aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorShinigami <[email protected]>2025-07-04 19:32:41 +0200
committerGitHub <[email protected]>2025-07-04 17:32:41 +0000
commit160960b79719e1298668a7ebba390b30b8de1080 (patch)
tree5d5b215b045e48a7c7747d161931cf7ac7596e9d /docs/contributing
parent4e422f72fa6065db906a01836a4e76540f0f9a18 (diff)
downloadfaker-160960b79719e1298668a7ebba390b30b8de1080.tar.xz
faker-160960b79719e1298668a7ebba390b30b8de1080.zip
feat!: esm only (#3540)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/submit-a-pull-request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/submit-a-pull-request.md b/docs/contributing/submit-a-pull-request.md
index df8f4cdf..949151e5 100644
--- a/docs/contributing/submit-a-pull-request.md
+++ b/docs/contributing/submit-a-pull-request.md
@@ -45,7 +45,7 @@ It is a shorthand for running the following scripts in order:
- `pnpm run format` - runs [prettier](https://github.com/prettier/prettier) to format code
- `pnpm run lint` - runs [ESLint](https://github.com/eslint/eslint) to enforce project code standards
- `pnpm run build:clean` - removes artifacts from previous builds
-- `pnpm run build:code` - builds the code, both CommonJS and ESM versions
+- `pnpm run build:code` - builds the code
- `pnpm run test:update-snapshots` - runs all tests with [vitest](https://github.com/vitest-dev/vitest), and updates any snapshots if needed
- `pnpm run ts-check` - checks that there are no TypeScript errors in any files