Skip to content

Commit

Permalink
chore: Update Installation Script And Config (#19762)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras authored Dec 11, 2024
1 parent 5d879d5 commit 44b084c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions scripts/install/config.default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ SPARTACUS_PROJECTS=(
)

SPARTACUS_REPO_URL="https://github.com/SAP/spartacus.git"
BRANCH='develop-next-major'
# TODO: CXSPA-9115 change to `develop` after the February release
BRANCH='develop-next-major'

# custom location for the installation output
# BASE_DIR='/tmp/'
Expand All @@ -61,7 +62,7 @@ CLONE_DIR="clone"
INSTALLATION_DIR="apps"
E2E_TEST_DIR=${CLONE_DIR}/projects/storefrontapp-e2e-cypress

ANGULAR_CLI_VERSION='^17.0.5'
ANGULAR_CLI_VERSION='^18.2.9'
SPARTACUS_VERSION='latest'

CSR_PORT="4200"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function add_b2b {
ng add @spartacus/checkout@${SPARTACUS_VERSION} --skip-confirmation --no-interactive
ng add @spartacus/checkout --skip-confirmation --no-interactive --features "Checkout-B2B" --features "Checkout-Scheduled-Replenishment"

ng add @spartacus/product@${SPARTACUS_VERSION} --skip-confirmation
ng add @spartacus/product@${SPARTACUS_VERSION} --skip-confirmation --no-interactive
ng add @spartacus/product --skip-confirmation --no-interactive --features "Future-Stock"
fi
}
Expand Down

0 comments on commit 44b084c

Please sign in to comment.