Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit b6454ad

Browse files
committed
test the hook
1 parent 4353e31 commit b6454ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,10 @@
7575
"react-is": "17.0.2",
7676
"react-test-renderer": "17.0.2",
7777
"sonarqube-scanner": "2.8.0"
78+
},
79+
"husky": {
80+
"hooks": {
81+
"pre-commit": "npm test -- --watchAll=false"
82+
}
7883
}
7984
}

0 commit comments

Comments
 (0)