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 a7fb0cd commit e035b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
"echo Running post-create-project-cmd commands"
],
"post-update-cmd": [
"php bin/composer-post-install-script.php"
"php bin/composer-post-install-script.php",
"echo Running post-update-cmd commands"
],
"development-disable": "laminas-development-mode disable",
"development-enable": "laminas-development-mode enable",
Expand Down

0 comments on commit e035b67

Please sign in to comment.