Skip to content

Commit 92276b0

Browse files
committed
fix: TT-313 change order: lint first, then run unit tests
1 parent 32204e7 commit 92276b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"husky": {
101101
"hooks": {
102102
"commit-msg": "commit-message-validator",
103-
"pre-commit": "ng test --watch=false --browsers=ChromeHeadless && ng lint"
103+
"pre-commit": "ng lint && ng test --watch=false --browsers=ChromeHeadless"
104104
}
105105
},
106106
"config": {

0 commit comments

Comments
 (0)