chore(explorer,trading,governance): reconfigure hooks (#4655)

This commit is contained in:
Edd
2023-09-06 12:23:46 +02:00
committed by Dariusz Majcherczyk
parent cf34fb2ef9
commit 3e939109df
3 changed files with 13 additions and 3 deletions
-3
View File
@@ -3,6 +3,3 @@
# Lint commit messages to ensure they follow conventional commit standards
yarn commitlint --edit "${1}"
# Lint all staged files
yarn lint-staged
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Lint all staged files
yarn lint-staged
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Lint all staged files
yarn nx format:check
# Test all projects with changes
yarn nx affected -t test --exclude trading