vega-frontend-monorepo/.husky/pre-commit

7 lines
132 B
Plaintext
Raw Normal View History

2022-02-11 15:01:10 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged
2022-03-02 11:39:39 +00:00
yarn nx affected:build --uncommitted
yarn nx affected:test --uncommitted