From a9fc5dc733369539a1839a78779876309f885b45 Mon Sep 17 00:00:00 2001 From: Christoph Hinssen Date: Wed, 25 Oct 2023 10:15:49 +0200 Subject: [PATCH] fix: add SPA version when requesting features --- scripts/install/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {