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
3 changes: 2 additions & 1 deletion idc-deploy-shell/buildViewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

if [ "${CONFIG_ONLY}" != "True" ]; then
export PUBLIC_URL='/v3/'
yarn install
# Same as root `install:frozen`: install exactly from yarn.lock (no resolver drift after dropping bun from CI).
yarn install --frozen-lockfile --non-interactive
yarn run build
else
mkdir -p platform/viewer/dist/
Expand Down
Loading