mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
【feat】Optimize the web app build script to include checks for the build results, preventing partial successes. (#2058)
This commit is contained in:
@@ -19,7 +19,10 @@ cd ./packages/chat-sdk
|
||||
pnpm i
|
||||
|
||||
pnpm run build
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to build chat sdk."
|
||||
exit 1
|
||||
fi
|
||||
pnpm link --global
|
||||
|
||||
cd ../supersonic-fe
|
||||
|
||||
Reference in New Issue
Block a user