Merge pull request #27912 from woocommerce/fix-composer-install-no-dev-bin-not-installed

Fix "bin not installed" error on "composer install no-dev"
This commit is contained in:
Peter Fabian 2020-10-09 10:43:16 +02:00 committed by GitHub
commit 85caf328b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@
],
"makepot": [
"@makepot-audit --skip-audit"
],
"bin": [
"echo 'bin not installed'"
]
},
"extra": {