Skip to content

Commit

Permalink
build: correctly call the Rake task to build tailwind assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrogers-hedgeye committed Sep 5, 2024
1 parent fb48942 commit 6afbcd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 rails tailwind_engine_build app:assets:precompile build
run: bundle exec rails app:tailwind_engine_build app:assets:precompile build
- name: List gem
run: |
find pkg
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phlex_storybook (0.1.6)
phlex_storybook (0.1.7)
importmap-rails
phlex-icons (~> 0.11.0)
phlex-rails (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex_storybook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PhlexStorybook
VERSION = "0.1.6"
VERSION = "0.1.7"
end

0 comments on commit 6afbcd2

Please sign in to comment.