Skip to content

Commit

Permalink
Adding script to install automatically the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
victormln committed Nov 4, 2022
1 parent d5857db commit d239fa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -27,5 +27,10 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"scripts": {
"post-create-project-cmd": [
"make install"
]
}
}

0 comments on commit d239fa1

Please sign in to comment.