Skip to content

Commit

Permalink
Use js:routes task since the :typescript one is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Dec 14, 2024
1 parent d223313 commit 28b09b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/js_routes.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# adds support for generating js routes as part of the assets:precompile task
namespace :assets do
task precompile: 'js:routes:typescript'
task precompile: 'js:routes'
end

# rubocop:enable Rake/Desc

0 comments on commit 28b09b1

Please sign in to comment.