Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from MyZik/master
Browse files Browse the repository at this point in the history
Make pimcore classes-rebuild non interactive
  • Loading branch information
aarongerig authored Mar 4, 2020
2 parents 051d49a + 24fbe95 commit 0c05f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pimcore.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
});

task('deploy:pimcore:rebuild-classes', function () {
run('{{bin/php}} {{bin/console}} pimcore:deployment:classes-rebuild -c -d');
run('{{bin/php}} {{bin/console}} pimcore:deployment:classes-rebuild -c -d -n');
});

task('deploy:pimcore:migrate:core', function() {
Expand Down

0 comments on commit 0c05f8e

Please sign in to comment.