[feature](webapp) upgrade chat version

This commit is contained in:
williamhliu
2023-06-30 17:42:03 +08:00
parent 8639c23dc4
commit 805a59dddd
69 changed files with 1570 additions and 842 deletions

View File

@@ -6,7 +6,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
npm run build
npm run build:inner
if [ $? -ne 0 ]; then
echo "build failed"
exit 1