1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 13:59:25 +00:00

Added husky pre-push hook

This commit is contained in:
2022-04-19 00:53:02 +00:00
parent 0088786adc
commit 8dc8757fd3

5
.husky/pre-push Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint
npm test