Skip to content

Commit f94334b

Browse files
author
Marco Crespi
committed
chore: Build before commit
1 parent cfb5eaa commit f94334b

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
@@ -27,7 +27,7 @@
2727
},
2828
"husky": {
2929
"hooks": {
30-
"pre-commit": "pretty-quick --staged"
30+
"pre-commit": "npm run build && pretty-quick --staged"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)