Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(Deploy): git add dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Mar 5, 2016
1 parent db90b1c commit 1ddb38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = (grunt) ->
command: (version) ->
[
"cd ../My-Wallet-V3-Bower"
"git add Changelog.md npm-shrinkwrap.json"
"git add Changelog.md npm-shrinkwrap.json dist/*"
"git commit -m 'Changelog and NPM shrinkwrap for #{ version }'"
"bower version #{ version }"
].join(" && ")
Expand Down

0 comments on commit 1ddb38a

Please sign in to comment.