docs(contributing): added more info

This commit is contained in:
Leifer
2022-11-29 22:04:46 +01:00
parent ad8831a75a
commit 9351af16b7
5 changed files with 8 additions and 1 deletions

0
.husky/commit-msg Normal file → Executable file
View File

0
.husky/pre-commit Normal file → Executable file
View File

0
.husky/pre-push Normal file → Executable file
View File

View File

@@ -16,6 +16,13 @@ cd bot-whatsapp
yarn set version 3.3.0
yarn
```
> __ATENCIÓN__ Si esta estas en ubuntu/linux ejecutar lo siguiente comandos adicionales.
```sheell
npx husky install
chmod ug+x .husky/*
```
__Commit y Push__
El proyecto tiene implementado __[husky](https://typicode.github.io/husky/#/)__ es una herramienta que dispara unas acciones al momento de hacer commit y hacer push

View File

@@ -22,7 +22,7 @@
"cli": "node ./packages/cli/bin/cli.js",
"dev:debug": "node --inspect ./example-app/app.js",
"dev": "node ./example-app/app.js",
"postinstall": "npx husky install",
"prepare": "npx husky install",
"preinstall": "npx only-allow yarn",
"release": "standard-version"
},