Browse Source

chore: replace pnpm bootstrap cmd

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
8daed78e40
  1. 2
      build-local-docker-image.sh

2
build-local-docker-image.sh

@ -26,7 +26,7 @@ function remove_image() {
function install_dependencies() {
# Install all dependencies
cd ${SCRIPT_DIR}
pnpm bootstrap || ERROR="install_dependencies failed"
pnpm i || ERROR="install_dependencies failed"
}
function build_gui(){

Loading…
Cancel
Save