浏览代码

[ts] Added bash script to build all bundles

badlogic 9 年之前
父节点
当前提交
ff99201db5
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      spine-ts/build.sh

+ 6 - 0
spine-ts/build.sh

@@ -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