mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[ts] Added bash script to build all bundles
This commit is contained in:
parent
b8509d7b8d
commit
ff99201db5
6
spine-ts/build.sh
Executable file
6
spine-ts/build.sh
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user