[ts] Fix up build script.

This commit is contained in:
Mario Zechner 2021-08-26 14:29:55 +02:00
parent 187b2d88f1
commit 58fe4ed229

View File

@ -9,12 +9,8 @@ else
fi
echo "Building spine-ts $BRANCH artifacts"
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.player.json
npm install
npm run build
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" ];