mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-22 23:01:56 +00:00
husky instructions
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user