Skip to content

Commit 371fa96

Browse files
committed
Use composer authoritative class maps in production
1 parent a70ef34 commit 371fa96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ module.exports = function( grunt ) {
8383
command: [
8484
'if [ ! -e build ]; then echo "Run grunt build first."; exit 1; fi',
8585
'cd build',
86-
'composer install --no-dev -o',
87-
'composer remove cweagans/composer-patches --update-no-dev -o',
86+
'composer install --no-dev -oa',
87+
'composer remove cweagans/composer-patches --update-no-dev -oa',
8888
'rm -rf ' + productionInstallExcludedFilePatterns.join( ' ' ),
8989
].join( ' && ' ),
9090
},

0 commit comments

Comments
 (0)