Skip to content

Commit 43a6a8f

Browse files
committed
Inserting pre-push in husky
1 parent c81049b commit 43a6a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"husky": {
1515
"hooks": {
16-
"pre-commit": "yarn lint"
16+
"pre-commit": "yarn lint",
17+
"pre-push": "lerna run test"
1718
}
1819
},
1920
"scripts": {

0 commit comments

Comments
 (0)