X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CONTRIBUTING.md;h=af859bf32855b3d4b3a55fc0902e0637f05d5fd7;hb=8d44e09342e2785fba82782c1771b7f67ffff650;hp=25e44a18d6db95248bbbda29b082a5e392dbecef;hpb=c1a41a06ea446eedc01784d75523886bd98fa261;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25e44a18..af859bf3 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 - npm test && npm run coverage + pnpm test && pnpm run coverage ``` **How to check if your new code is standard JS style** ```bash - npm run lint + pnpm run lint ``` **How to format and lint to standard JS style your code** ```bash - npm run format && npm run lint:fix + pnpm run format && pnpm run lint:fix ``` ### Project pillars