Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
thedumbtechguy committed May 12, 2024
1 parent 6b99c3a commit 8d1d67d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ RSpec::Core::RakeTask.new(:spec)
require "standard/rake"

task default: %i[spec standard]

task :assets do
puts "assets >>>>>>>"
`npm run js:prod`
end

Rake::Task["release"].enhance [Rake::Task["assets"]] do
puts "after >>>>>>>>"
end
4 changes: 0 additions & 4 deletions js.manifest

This file was deleted.

0 comments on commit 8d1d67d

Please sign in to comment.