Skip to content

Commit

Permalink
build: update to assets target
Browse files Browse the repository at this point in the history
Now includes auth when building assets
  • Loading branch information
jonrandahl committed Aug 28, 2024
1 parent b24f504 commit 27455bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ${GITHUB_TOKEN}:

all: image

assets:
assets: auth
@./bin/bundle config set --local without 'development test'
@./bin/bundle install
@./bin/rails assets:clean assets:precompile
Expand Down

0 comments on commit 27455bf

Please sign in to comment.