Fix broken taskfile

This commit is contained in:
Evan Simkowitz 2024-05-24 17:59:58 -07:00
parent 30ea4e3a7d
commit 42af879e57
No known key found for this signature in database

View File

@ -357,7 +357,7 @@ tasks:
generates: generates:
- node_modules/* - node_modules/*
preconditions: preconditions:
- sh: yarn version - sh: yarn --version
msg: "Looks like yarn isn't installed." msg: "Looks like yarn isn't installed."
cmds: cmds:
- yarn - yarn
@ -418,7 +418,7 @@ tasks:
deps: deps:
- task: install:frontend:deps - task: install:frontend:deps
cmds: cmds:
- yarn dev -- --port {{.VITE_PORT}} --strictPort - yarn dev --port {{.VITE_PORT}} --strictPort
dev: dev:
summary: Runs the application in development mode summary: Runs the application in development mode