We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215bf83 commit 223f3d6Copy full SHA for 223f3d6
1 file changed
.hooks/pre-commit
@@ -1,4 +1,6 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-yarn validate-commit
+yarn d2-app-scripts i18n extract && \
5
+ git add i18n && \
6
+ yarn d2-style check --staged
0 commit comments