Skip to content

Commit bae7c35

Browse files
committed
fix: actualizar hook de Husky a formato v9+ y agregar PATH de Deno
1 parent adefe02 commit bae7c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ deno task prepare
117117

118118
**Deno no encontrado en hook:**
119119

120-
El hook `.husky/pre-commit` ya incluye `export PATH="$HOME/.deno/bin:$PATH"` para
121-
garantizar que Deno esté disponible. Si aún falla, verificar:
120+
El hook `.husky/pre-commit` ya incluye `export PATH="$HOME/.deno/bin:$PATH"`
121+
para garantizar que Deno esté disponible. Si aún falla, verificar:
122122

123123
```bash
124124
# Verificar que Deno está instalado

0 commit comments

Comments
 (0)