mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 02:36:56 +08:00
[ts] Fix up build script.
This commit is contained in:
parent
187b2d88f1
commit
58fe4ed229
@ -9,12 +9,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building spine-ts $BRANCH artifacts"
|
echo "Building spine-ts $BRANCH artifacts"
|
||||||
tsc -p tsconfig.json
|
npm install
|
||||||
tsc -p tsconfig.core.json
|
npm run build
|
||||||
tsc -p tsconfig.webgl.json
|
|
||||||
tsc -p tsconfig.canvas.json
|
|
||||||
tsc -p tsconfig.threejs.json
|
|
||||||
tsc -p tsconfig.player.json
|
|
||||||
ls build/*.js build/*.ts | awk '{print "unexpand -t 4 ", $0, " > /tmp/e; mv /tmp/e ", $0}' | sh
|
ls build/*.js build/*.ts | awk '{print "unexpand -t 4 ", $0, " > /tmp/e; mv /tmp/e ", $0}' | sh
|
||||||
|
|
||||||
if ! [ -z "$TS_UPDATE_URL" ] && ! [ -z "$BRANCH" ];
|
if ! [ -z "$TS_UPDATE_URL" ] && ! [ -z "$BRANCH" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user