diff --git a/scripts/install/functions.sh b/scripts/install/functions.sh index a224fb13b9f..573ce5b212e 100644 --- a/scripts/install/functions.sh +++ b/scripts/install/functions.sh @@ -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 {