forked from mirrors/thatmattlove-hyperglass
7 lines
65 B
Bash
Executable file
7 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd ../hyperglass/ui
|
|
|
|
yarn typecheck
|
|
|
|
exit 0
|