Skip to content

Commit

Permalink
build: working thru build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jrogers-hedgeye committed Sep 5, 2024
1 parent 16c7856 commit d29a7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
bundler-cache: true
- name: Build gem
run: bundle exec rake app:assets:precompile build
run: bundle exec rails app:assets:precompile build
- name: List gem
run: |
find pkg
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/css_task.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ task :tailwind_engine_watch do
system TAILWIND_BUILD_CMD + " -w"
end

Rake::Task["app:assets:precompile"].enhance ["tailwind_engine_build"]
Rake::Task["app:assets:precompile"].enhance ["tailwind_engine_build"] unless Rails.env.test?

0 comments on commit d29a7bf

Please sign in to comment.