Skip to content

Commit 486a023

Browse files
authored
fix: update husky (#493)
1 parent e68dc88 commit 486a023

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"quality": "npm run lint-fix && npm run test",
1818
"watch-tests": "jest --watch",
1919
"snapshot": "fedx-scripts jest --updateSnapshot",
20-
"prepare": "husky install"
20+
"prepare": "husky"
2121
},
2222
"author": "edX",
2323
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)