mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
set -e -x
|
|
tsc -p tsconfig.json
|
|
tsc -p tsconfig.core.json
|
|
tsc -p tsconfig.webgl.json
|
|
tsc -p tsconfig.canvas.json
|
|
tsc -p tsconfig.threejs.json
|
|
tsc -p tsconfig.widget.json |