From 44c1adc626e1ab2753b3259a1037c8ba474c0b71 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 18 Jun 2024 21:54:21 +0200 Subject: [PATCH] docs: fix whitespace in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd8c2f90e92..487c99e0b03 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