Skip to content

Commit

Permalink
Change back to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jul 6, 2023
1 parent a1e6043 commit d56d250
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions php-8_1/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@
],
"shell": {
"init_hook": [
"pwd",
"echo \"running init hook\"",
"composer config --global use-parent-dir true",
"echo \"composer install\"",
"cd ..",
"composer install"
],
"scripts": {
"test":[
"echo \"test\"",
"composer config --global use-parent-dir true",
"composer run-script test"
]
"test": "composer run-script test"
}
}
}

0 comments on commit d56d250

Please sign in to comment.