aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client/tsc.sh
blob: cca1643d4b0080da6563acbd11637e185b7abee9 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env sh

cd client || exit -1
node systemjs.bundle.js
npm run tsc