Closed Wysselbie closed 2 years ago
This PR will fix looking up for the node_modules directory in the bin/build-(administration|storefront).sh.
node_modules
bin/build-(administration|storefront).sh
Since the node_modules directory is a directory, you need the -d operator to check its existence.
-d
All committers have signed the CLA.
Thanks for your contribution. It is merged with https://github.com/shopware/production/commit/182dbdad70045ff286a622768da36189f29a5f67
Thanks for letting me contribute. 😄
Changes
This PR will fix looking up for the
node_modules
directory in thebin/build-(administration|storefront).sh
.Rationale
Since the
node_modules
directory is a directory, you need the-d
operator to check its existence.Related Issues
147