Skip to content

Commit

Permalink
ignore development files on production env
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 12, 2024
1 parent e035b67 commit 81a3b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
},
"scripts": {
"post-create-project-cmd": [
"@development-enable",
"echo Running post-create-project-cmd commands"
"@development-enable"
],
"post-update-cmd": [
"laminas-development-mode status",
"php bin/composer-post-install-script.php",
"echo Running post-update-cmd commands"
"laminas-development-mode status"
],
"development-disable": "laminas-development-mode disable",
"development-enable": "laminas-development-mode enable",
Expand Down

0 comments on commit 81a3b71

Please sign in to comment.