From 55de07e071ff4977f2428ef30cb60c4a639d03d5 Mon Sep 17 00:00:00 2001 From: Nate Douglas Date: Tue, 30 Jan 2024 15:03:59 -0500 Subject: [PATCH] Update config.yml --- .tugboat/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tugboat/config.yml b/.tugboat/config.yml index c49d129ac..6e628ef6c 100644 --- a/.tugboat/config.yml +++ b/.tugboat/config.yml @@ -206,6 +206,7 @@ services: # Create symlink between vets-website assets and next-build # - ln -snf "${DOCROOT}/vendor/va-gov/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated" + - mkdir -p "${TUGBOAT_ROOT}/next/public" - ln -snf "${TUGBOAT_ROOT}/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated"