chore: update frontend packages (#2442)

* run audit

* migrate husky
This commit is contained in:
Severiano Badajoz
2021-09-22 10:22:44 -07:00
committed by GitHub
parent e2772d1da9
commit 5eb0ecc997
3 changed files with 215 additions and 435 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd client
npx --no-install lint-staged --config "./configuration/lint-staged/lint-staged.config.js"