Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
Cladera Forms 1.8.5
  • Loading branch information
Josh Pollock committed May 29, 2019
1 parent 468e0ab commit a49adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ module.exports = function (grunt) {


exec: {
deleteVendor: 'rm -rf vendor'
deleteVendor: 'rm -rf vendor',
composerDist: 'composer clearcache && rm -rf vendor && composer update --prefer-dist --no-dev --optimize-autoloader --ignore-platform-reqs'
}

Expand Down

0 comments on commit a49adb5

Please sign in to comment.