Skip to content

Commit

Permalink
chore: fix installation script, add SPA version when requesting featu…
Browse files Browse the repository at this point in the history
…res (#18015)
  • Loading branch information
ChristophHi authored Oct 25, 2023
1 parent 720b0a4 commit 29fd483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ function add_feature_libs {
ng add @spartacus/tracking --skip-confirmation --no-interactive --features "TMS-GTM" --features "TMS-AEPL"

ng add @spartacus/qualtrics@${SPARTACUS_VERSION} --skip-confirmation --no-interactive
ng add @spartacus/customer-ticketing --skip-confirmation --no-interactive
ng add @spartacus/pickup-in-store --skip-confirmation --no-interactive
ng add @spartacus/customer-ticketing@${SPARTACUS_VERSION} --skip-confirmation --no-interactive
ng add @spartacus/pickup-in-store@${SPARTACUS_VERSION} --skip-confirmation --no-interactive
}

function add_spartacus_csr {
Expand Down

0 comments on commit 29fd483

Please sign in to comment.