PeerTube/scripts/build/client/tsc.sh

6 lines
76 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd client || exit -1
2016-05-13 14:18:37 +02:00
node systemjs.bundle.js
npm run tsc