Fixed automated release builds
This commit is contained in:
parent
1d22caf19b
commit
259a317440
1 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,19 @@ if [[ $? -ne 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Compile vendor XBBCode"
|
||||||
|
execute_ttsc -p ./vendor/xbbcode/tsconfig.json
|
||||||
|
if [[ $? -ne 0 ]]; then
|
||||||
|
echo "Failed to build the XBBCode vendor"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
execute_ttsc ./vendor/emoji-picker/src/jquery.lsxemojipicker.ts
|
||||||
|
if [[ $? -ne 0 ]]; then
|
||||||
|
echo "Failed to build the lsxemojipicker vendor"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Generating style files"
|
echo "Generating style files"
|
||||||
npm run compile-sass
|
npm run compile-sass
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue