Files
jambonz-webapp/.husky/pre-commit
Brandon Lee Kitajchuk 76857c0a4b Implement initial Cypress testing configuration (#115)
* Implement initial Cypress testing configuration

* Add docs on cypress for testing

* Cypress cache for GitHub actions
2022-09-26 10:14:41 -07:00

15 lines
176 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# lint, prettier etc...
npx lint-staged
# run tests
# npm run test
# run build -- tsc
# npm run build
# run tsc
npx tsc