forked from mirrors/thatmattlove-hyperglass
fix pre-commit
This commit is contained in:
parent
42e2ed089e
commit
14b62bd8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ UI_DIR="$(pwd)/hyperglass/ui"
|
|||
|
||||
check_typescript () {
|
||||
cd $UI_DIR
|
||||
node_modules/.bin/tsc
|
||||
node_modules/.bin/tsc --noEmit
|
||||
}
|
||||
|
||||
check_eslint () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue