This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
unity-builder
mirror of
https://github.com/game-ci/unity-builder.git
Watch
1
Star
0
Fork
You've already forked unity-builder
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9440c54d51
unity-builder
/
.husky
/
pre-commit
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support version tags that don't start with v for semantic versioning (#303) * Fixes #242 * Update semver version * Update husky * Update husky pre-commit hook * Update dependencies * Update dependencies * Remove git add since changes will be automatically added * Restore git add * Update dependencies * Update test
2022-01-02 21:31:48 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
Yarn dependencies upgrade & yarn lint update (#347) * Run yarn upgrade in order to resolve security vulnerability * Remove unneeded git add from pre-commit hook * Update packages * Update non-eslint packages
2022-02-28 11:30:59 +00:00
yarn lint-staged
yarn lint
Support version tags that don't start with v for semantic versioning (#303) * Fixes #242 * Update semver version * Update husky * Update husky pre-commit hook * Update dependencies * Update dependencies * Remove git add since changes will be automatically added * Restore git add * Update dependencies * Update test
2022-01-02 21:31:48 +00:00
yarn test
yarn build