Skip to content

Commit

Permalink
admin(6.6): check explictly for webpack-dev-server in node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 23, 2024
1 parent 4b4aaad commit 4e95fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopware/administration/6.6/bin/watch-administration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
echo "Cannot check extensions for required npm installations as jq is not installed"
fi

if [ ! -d vendor/shopware/administration/Resources/app/administration/node_modules ]; then
if [ ! -d vendor/shopware/administration/Resources/app/administration/node_modules/webpack-dev-server ]; then
npm install --prefix vendor/shopware/administration/Resources/app/administration/
fi

Expand Down

0 comments on commit 4e95fa1

Please sign in to comment.