Skip to content

Commit

Permalink
docs: fix whitespace in CONTRIBUTING.md (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jun 20, 2024
1 parent 75841a5 commit 909ea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 909ea01

Please sign in to comment.