4 líneas
59 B
Bash
Archivo ejecutable
4 líneas
59 B
Bash
Archivo ejecutable
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|