From 27455bf8347954ae9f3035254907fe95299577b0 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Wed, 28 Aug 2024 11:40:57 +0100 Subject: [PATCH] build: update to assets target Now includes auth when building assets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b043fd1..a8aa0c4 100644 --- a/Makefile +++ b/Makefile @@ -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