We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70ef34 commit 371fa96Copy full SHA for 371fa96
Gruntfile.js
@@ -83,8 +83,8 @@ module.exports = function( grunt ) {
83
command: [
84
'if [ ! -e build ]; then echo "Run grunt build first."; exit 1; fi',
85
'cd build',
86
- 'composer install --no-dev -o',
87
- 'composer remove cweagans/composer-patches --update-no-dev -o',
+ 'composer install --no-dev -oa',
+ 'composer remove cweagans/composer-patches --update-no-dev -oa',
88
'rm -rf ' + productionInstallExcludedFilePatterns.join( ' ' ),
89
].join( ' && ' ),
90
},
0 commit comments