e11f05028f
* Rename shape utils * renames files * Add husky * Delete .babelrc * Update TLDR.ts * renames commands * Update package.json * more pre-commit work
4 lines
52 B
Bash
Executable file
4 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn test
|