aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-09-14 21:44:33 +0200
committerGitHub <[email protected]>2024-09-14 21:44:33 +0200
commit53ef42cc192996a0e09bba9d5f5f8a70a7932275 (patch)
tree0f1e6f4bf5d9257ac0b7b09d2921b3a53b13d4cc /CONTRIBUTING.md
parent18ab2c7b3c8fa78c46d4abafc07c3219f41caa46 (diff)
downloadfaker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.tar.xz
faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.zip
fix: emit cts types (#3093)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 487c99e0..c3982b27 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,6 @@ This is a shorthand for running the following scripts in order:
- `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:types` - builds the TypeScript type definitions
- `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