mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
fix rspack running in build-local-docker-image.sh (#10000)
This commit is contained in:
@@ -45,7 +45,7 @@ function copy_gui_artifacts() {
|
||||
function package_nocodb() {
|
||||
# build nocodb ( pack nocodb-sdk and nc-gui )
|
||||
cd ${SCRIPT_DIR}/packages/nocodb
|
||||
EE=true ${SCRIPT_DIR}/node_modules/@rspack/cli/bin --config ${SCRIPT_DIR}/packages/nocodb/rspack.config.js || ERROR="package_nocodb failed"
|
||||
EE=true ${SCRIPT_DIR}/node_modules/@rspack/cli/bin/rspack.js --config ${SCRIPT_DIR}/packages/nocodb/rspack.config.js || ERROR="package_nocodb failed"
|
||||
}
|
||||
|
||||
function build_image() {
|
||||
|
||||
Reference in New Issue
Block a user