Skip to content

Commit

Permalink
Updated spec/dummy/client/package.json latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jun 8, 2017
1 parent 88608bd commit b367403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rakelib/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ task :release, %i[gem_version dry_run tools_install] do |_t, args|

# Release the new gem version
sh_in_dir(gem_root, "gem release") unless is_dry_run

# Update master with new npm version
sh_in_dir(Path.join(gem_root, "spec", "dummy", "client"), "yarn add react-on-rails@#{npm_version}")
sh_in_dir(gem_root, "git commit -am 'Updated spec/dummy/client/package.json latest version'") unless is_dry_run
end

0 comments on commit b367403

Please sign in to comment.