chore: use npx no-install

This commit is contained in:
Timothy 2021-04-20 23:15:10 +08:00 committed by GitHub
parent bafffcf60e
commit 20bb7ac8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
npx --no-install lint-staged