RED-3800: update lint staged description

This commit is contained in:
Dan Percic 2022-07-12 12:17:31 +03:00
parent ab4bd66728
commit 011932af2d

View File

@ -1,4 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
# use --no-stash with submodules. Without this it will fail if there are changes only in submodule
# https://github.com/okonet/lint-staged/issues/929#issuecomment-1177098945
npx lint-staged --allow-empty --verbose --no-stash npx lint-staged --allow-empty --verbose --no-stash