Skip to content

Commit

Permalink
Exclude the yarn.lock file from the built version.
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Sep 27, 2019
1 parent ba26847 commit 0222894
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 @@ -208,7 +208,8 @@ module.exports = function( grunt ) {
'!Gruntfile.js',
'!package.json',
'!.gitignore',
'!.gitmodules'
'!.gitmodules',
'!yarn.lock'
],
dest: 'release/<%= pkg.version %>/'
}
Expand Down

0 comments on commit 0222894

Please sign in to comment.