Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/build-storefront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ if [[ $(command -v jq) ]]; then
done
cd "$OLDPWD" || exit
else
echo "Cannot check extensions for required npm installations as jq is not installed"
echo "FATAL: Cannot check extensions for required npm installations as jq is not installed"
exit
fi

npm --prefix "${STOREFRONT_ROOT}"/Resources/app/storefront clean-install
Expand Down