Skip to content

Commit

Permalink
chore: adjust config for installation script
Browse files Browse the repository at this point in the history
- use 'develop' branch
- add comment to switch to Angular 19 when PR with Angualr 19 is ready
  • Loading branch information
pawelfras committed Jan 22, 2025
1 parent 68bd6e6 commit 09a9240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install/config.default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ SPARTACUS_PROJECTS=(
)

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

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

# TODO: CXSPA-9115 change to `^19.0.4` after merging https://github.com/SAP/spartacus/pull/19772
ANGULAR_CLI_VERSION='^18.2.9'
SPARTACUS_VERSION='latest'

Expand Down

0 comments on commit 09a9240

Please sign in to comment.