chore: v2.6.0
[poolifier.git] / CONTRIBUTING.md
index 25e44a18d6db95248bbbda29b082a5e392dbecef..e6babf4fea4a24343f5f926f4e023937bd6f4cd6 100644 (file)
@@ -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 coverage
 ```
 
 **How to check if your new code is standard JS style**
 
 ```bash
-  npm run lint
+  pnpm lint
 ```
 
 **How to format and lint to standard JS style your code**
 
 ```bash
-  npm run format && npm run lint:fix
+  pnpm format && pnpm lint:fix
 ```
 
 ### Project pillars