Skip to content

Commit 67f9d31

Browse files
Kantitheofidry
authored andcommitted
Do not fail hard when installing no dev deps (#45)
1 parent 98cad01 commit 67f9d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ For convenience, you can add the following script in your `composer.json` :
153153
```json
154154
{
155155
"scripts": {
156+
"bin": "echo 'bin not installed'",
156157
"post-install-cmd": ["@composer bin all install --ansi"],
157158
"post-update-cmd": ["@composer bin all update --ansi"]
158159
}

0 commit comments

Comments
 (0)