Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions idc-deploy-shell/buildViewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

if [ "${CONFIG_ONLY}" != "True" ]; then
export PUBLIC_URL='/v3/'
bun install
bun run build
yarn install
yarn run build
else
mkdir -p platform/viewer/dist/
fi
Loading