mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
chore: add pre-commit git hooks to repo #474
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
|
||||
npm run fmt
|
||||
npm run lint
|
||||
npm run test
|
||||
Reference in New Issue
Block a user