mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-19 00:06:42 +08:00
7 lines
149 B
Bash
Executable File
7 lines
149 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.widget.json |