Skip to content

Commit

Permalink
Change Tugboat command to Next Start.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Jan 9, 2025
1 parent f881511 commit f4f847e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tugboat.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
version: '3'
dotenv: ['.env']
dotenv: [ '.env' ]
output: 'group'

tasks:
build-storybook:
desc: Build storybook
cmds:
- composer va:ds:storybook
- composer va:ds:storybook

build-frontend:
desc: Request a frontend build
cmds:
- drush va-gov-content-release:request:submit
- drush va-gov-content-release:request:submit

build-next:
desc: build next.js preview server
start-next:
desc: start next.js preview server
cmds:
- composer va:next:build
- composer va:next:start

build:
deps:
- build-storybook
- build-frontend
- build-next
- build-storybook
- build-frontend
- start-next

default:
cmds:
- task: build
- task: build

0 comments on commit f4f847e

Please sign in to comment.