Skip to content

Commit

Permalink
change examples:clobber for latest updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jun 29, 2024
1 parent 0d5d03e commit 9fc0978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rakelib/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ task :release, %i[gem_version dry_run tools_install] do |_t, args|
end

# Having the examples prevents publishing
Rake::Task["examples:clobber"].invoke
Rake::Task["shakapacker_examples:clobber"].invoke
Rake::Task["webpacker_examples:clobber"].invoke
# Delete any react_on_rails.gemspec except the root one
sh_in_dir(gem_root, "find . -mindepth 2 -name 'react_on_rails.gemspec' -delete")

Expand Down

0 comments on commit 9fc0978

Please sign in to comment.