Skip to content

Commit

Permalink
Remove composer.json from deploy zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Feb 13, 2018
1 parent 51795dd commit c0f4e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ module.exports = function( grunt ) {
'!package.json',
'!node_modules/**',
'!.DS_Store',
'!npm-debug.log'
'!npm-debug.log',
'!composer.json'
],
dest: 'storefront',
expand: true,
Expand Down

0 comments on commit c0f4e61

Please sign in to comment.