mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:06:41 +00:00
chore: replace pnpm bootstrap cmd
This commit is contained in:
@@ -26,7 +26,7 @@ function remove_image() {
|
|||||||
function install_dependencies() {
|
function install_dependencies() {
|
||||||
# Install all dependencies
|
# Install all dependencies
|
||||||
cd ${SCRIPT_DIR}
|
cd ${SCRIPT_DIR}
|
||||||
pnpm bootstrap || ERROR="install_dependencies failed"
|
pnpm i || ERROR="install_dependencies failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_gui(){
|
function build_gui(){
|
||||||
|
|||||||
Reference in New Issue
Block a user