chore: replace pnpm bootstrap cmd

This commit is contained in:
Wing-Kam Wong
2023-08-30 15:30:43 +08:00
parent 3797b86d38
commit 8daed78e40

View File

@@ -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(){