aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing/submit-a-pull-request.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing/submit-a-pull-request.md')
-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