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:
commit
85caf328b1
|
@ -83,6 +83,9 @@
|
|||
],
|
||||
"makepot": [
|
||||
"@makepot-audit --skip-audit"
|
||||
],
|
||||
"bin": [
|
||||
"echo 'bin not installed'"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
|
Loading…
Reference in New Issue