Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'next-7591/fix-composer-post-install-check' into '6.1'
Browse files Browse the repository at this point in the history
NEXT-7591 - Fix composer post install check

See merge request shopware/6/product/development!157
  • Loading branch information
mitelg committed Mar 11, 2020
2 parents acf6efd + 2c613dc commit b1db708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"post-update-cmd": [
"[ ! -d platform ] || [ -L vendor/shopware/platform ] || (echo 'vendor/shopware/platform should be a symlink to platform'; exit 1)",
"[ ! -d platform/.git ] || [ -L vendor/shopware/platform ] || (echo 'vendor/shopware/platform should be a symlink to platform'; exit 1)",
"[ ! -d vendor/shopware/platform/.git ] || ln -sf $PWD/dev-ops/pre-commit vendor/shopware/platform/.git/hooks/pre-commit"
]
},
Expand Down

0 comments on commit b1db708

Please sign in to comment.