[ts] Added bash script to build all bundles

This commit is contained in:
badlogic 2016-08-16 09:57:41 +02:00
parent b8509d7b8d
commit ff99201db5

6
spine-ts/build.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e -x
tsc -p tsconfig.json
tsc -p tsconfig.core.json
tsc -p tsconfig.webgl.json
tsc -p tsconfig.widget.json