X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=e6babf4fea4a24343f5f926f4e023937bd6f4cd6;hb=dab8c377b70fc962ec217f2aeb719842f9f94cd6;hp=af859bf32855b3d4b3a55fc0902e0637f05d5fd7;hpb=186b35b6204e3f99db481c25f2d9521b41b27c8b;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af859bf3..e6babf4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,19 +10,19 @@ Please do your PR on **master** branch. **How to run unit tests and coverage** ```bash - pnpm test && pnpm run coverage + pnpm test && pnpm coverage ``` **How to check if your new code is standard JS style** ```bash - pnpm run lint + pnpm lint ``` **How to format and lint to standard JS style your code** ```bash - pnpm run format && pnpm run lint:fix + pnpm format && pnpm lint:fix ``` ### Project pillars