husky instructions

This commit is contained in:
Guy Ben-Aharon
2024-08-25 18:45:43 +03:00
parent 4b48cc5d1a
commit 9d6456a20f

View File

@@ -1 +1,2 @@
npm run lint
#!/bin/sh
npm run lint || { echo "lint failed, please run \"npm run lint:fix\" to fix the errors." ; exit 1; }