mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
cd ./tools
|
|
npm run compile
|