Browse Source

[ts] Added bash script to build all bundles

badlogic 9 năm trước cách đây
mục cha
commit
ff99201db5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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