aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2023-02-18 01:07:09 +0100
committerGitHub <[email protected]>2023-02-18 01:07:09 +0100
commitc8c0ca21872e38b97e12a4ee5cd1132fe8a438ce (patch)
treec3f626bd87738a3657cd0fbf1b4b19596cb648ad /CONTRIBUTING.md
parent2e2db6cffbaab669f8ff363b07c92314513702e0 (diff)
downloadfaker-c8c0ca21872e38b97e12a4ee5cd1132fe8a438ce.tar.xz
faker-c8c0ca21872e38b97e12a4ee5cd1132fe8a438ce.zip
infra: add preflight script (#1846)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 66503087..acdf2559 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ If you want to make `Faker` a better, please read the following contribution gui
# Important
-- Please make sure that you run `pnpm install`, `pnpm run build` and `pnpm run test` before making a PR to ensure that everything is working from the start.
+Please make sure that you run `pnpm run preflight` before making a PR to ensure that everything is working from the start.
## Good to know