Run root lint-staged in pre-commit hook
[MAILPOET-4075]
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
cd mailpoet && npx lint-staged
|
npx lint-staged -c mailpoet/package.json --cwd mailpoet
|
||||||
|
npx lint-staged -c package.json
|
||||||
|
Reference in New Issue
Block a user