mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:38:21 +00:00
fix[build-local-docker-image.sh]: pnpm i -> pnpm bootstrap. (#9070)
This commit is contained in:
@@ -26,7 +26,7 @@ function remove_image() {
|
||||
function install_dependencies() {
|
||||
# Install all dependencies
|
||||
cd ${SCRIPT_DIR}
|
||||
pnpm i || ERROR="install_dependencies failed"
|
||||
pnpm bootstrap || ERROR="install_dependencies failed"
|
||||
}
|
||||
|
||||
function build_gui() {
|
||||
|
||||
Reference in New Issue
Block a user