From a8705c5b44f1e5552b9ee2d199ba638189844e4c Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Wed, 30 Nov 2022 21:05:32 +0100 Subject: [PATCH] refactor(io): added new method addChild --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4595ed7..137d83d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,11 @@ __Instalar dependencias__ cd bot-whatsapp yarn set version 3.3.0 yarn install +npx husky install && npx prettier --write . ``` > __ATENCIÓN__ Si esta estas en ubuntu/linux ejecutar lo siguiente comandos adicionales. ```sheell -npx husky install chmod ug+x .husky/* ```