mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00

* Run yarn upgrade in order to resolve security vulnerability * Remove unneeded git add from pre-commit hook * Update packages * Update non-eslint packages
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|
|
yarn lint
|
|
yarn test
|
|
yarn build
|