From 41e6b477371bbc10752db2b9f39aa5cc8239ffbb Mon Sep 17 00:00:00 2001 From: Tanner Heffner Date: Wed, 20 Dec 2023 15:51:19 -0800 Subject: [PATCH] dont pre-build next now that we are running dev. in theory --- .tugboat/config.yml | 2 +- tugboat.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tugboat/config.yml b/.tugboat/config.yml index 6ce1c617a0..bf5afae2cf 100644 --- a/.tugboat/config.yml +++ b/.tugboat/config.yml @@ -253,7 +253,7 @@ services: # Build storybook and the frontends (web, next) in parallel - bash -lc 'time task --taskfile=tugboat.yml' - # Start the next build server + # Start the next build preview server - bash -lc 'composer va:next:start' memcache: diff --git a/tugboat.yml b/tugboat.yml index 0af8f93bac..1272128dac 100644 --- a/tugboat.yml +++ b/tugboat.yml @@ -13,16 +13,16 @@ tasks: cmds: - drush va-gov-content-release:request:submit - build-next: - desc: build next.js preview server - cmds: - - composer va:next:build +# build-next: +# desc: build next.js preview server +# cmds: +# - composer va:next:build build: deps: - build-storybook - build-frontend - - build-next +# - build-next default: cmds: