Skip to content

Commit

Permalink
Revert "chore: Update the run.sh script to include saved cart as a ge…
Browse files Browse the repository at this point in the history
…neral feature-lib instead of only b2b (#12332)"

This reverts commit cc4cc5e.
  • Loading branch information
bgambocjaviniar committed May 7, 2021
1 parent c9721cf commit 70efbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function create_shell_app {
function add_b2b {
if [ "${ADD_B2B_LIBS}" = true ] ; then
ng add @spartacus/organization@${SPARTACUS_VERSION} --interactive false
ng add @spartacus/cart@${SPARTACUS_VERSION} --interactive false # Cart currently only contains b2b feature (saved cart)
fi
}

Expand Down Expand Up @@ -123,7 +124,6 @@ function add_feature_libs {
ng add @spartacus/tracking@${SPARTACUS_VERSION} --interactive false --features="Personalization" --features="Tag Management System - Google Tag Manager" --features="Tag Management System - Adobe Experience Platform Launch"
ng add @spartacus/product@${SPARTACUS_VERSION} --interactive false
ng add @spartacus/qualtrics@${SPARTACUS_VERSION} --interactive false
ng add @spartacus/cart@${SPARTACUS_VERSION} --interactive false
}

function add_spartacus_csr {
Expand Down

0 comments on commit 70efbab

Please sign in to comment.