fix: update husky (#493)

This commit is contained in:
Maxwell Frank
2024-11-13 09:25:16 -05:00
committed by GitHub
parent e68dc88d6c
commit 486a0232e3
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint

View File

@@ -17,7 +17,7 @@
"quality": "npm run lint-fix && npm run test",
"watch-tests": "jest --watch",
"snapshot": "fedx-scripts jest --updateSnapshot",
"prepare": "husky install"
"prepare": "husky"
},
"author": "edX",
"license": "AGPL-3.0",