Skip to content

Commit

Permalink
dont pre-build next now that we are running dev. in theory
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Dec 20, 2023
1 parent 1becb4e commit 41e6b47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions tugboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 41e6b47

Please sign in to comment.