unity-builder/.husky/pre-commit
David Finol c45cd78d0d
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 15:31:48 -06:00

8 lines
100 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn test
yarn build
git add dist/index.*