diff options
| author | ST-DDT <[email protected]> | 2024-06-20 08:11:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-20 06:11:30 +0000 |
| commit | 909ea01a6cc9f4753aeba45ba9e7bd1726e68916 (patch) | |
| tree | 0fe0f3478ce13932d3bfd8449217ece083460944 /CONTRIBUTING.md | |
| parent | 75841a55f1aaa8058d8e43c224330c7fa887549d (diff) | |
| download | faker-909ea01a6cc9f4753aeba45ba9e7bd1726e68916.tar.xz faker-909ea01a6cc9f4753aeba45ba9e7bd1726e68916.zip | |
docs: fix whitespace in CONTRIBUTING.md (#2955)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd8c2f90..487c99e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ This is a shorthand for running the following scripts in order: - `pnpm run build:clean` - removes artifacts from previous builds - `pnpm run build:code` - builds the code, both CommonJS and ESM versions - `pnpm run build:types` - builds the TypeScript type definitions -- `pnpm run test:update-snapshots ` - runs all tests, and updates any snapshots if needed +- `pnpm run test:update-snapshots` - runs all tests, and updates any snapshots if needed - `pnpm run ts-check` - checks that there are no TypeScript errors in any files ## Good to know |
