mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
cd web > /dev/null
|
|
if [[ -f "./node_modules/.bin/tsc" ]]; then
|
|
tsc --build --noEmit
|
|
fi
|