vega-frontend-monorepo/.husky/pre-commit
Bartłomiej Głownia 7567047e51 Use CSS Modules
2022-02-23 16:29:07 -08:00

7 lines
122 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged
nx affected:build --uncommitted
nx affected:test --uncommitted