mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Added husky pre-push hook
This commit is contained in:
5
.husky/pre-push
Executable file
5
.husky/pre-push
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run lint
|
||||
npm test
|
||||
Reference in New Issue
Block a user