mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
Fix broken taskfile
This commit is contained in:
parent
30ea4e3a7d
commit
42af879e57
@ -357,7 +357,7 @@ tasks:
|
||||
generates:
|
||||
- node_modules/*
|
||||
preconditions:
|
||||
- sh: yarn version
|
||||
- sh: yarn --version
|
||||
msg: "Looks like yarn isn't installed."
|
||||
cmds:
|
||||
- yarn
|
||||
@ -418,7 +418,7 @@ tasks:
|
||||
deps:
|
||||
- task: install:frontend:deps
|
||||
cmds:
|
||||
- yarn dev -- --port {{.VITE_PORT}} --strictPort
|
||||
- yarn dev --port {{.VITE_PORT}} --strictPort
|
||||
|
||||
dev:
|
||||
summary: Runs the application in development mode
|
||||
|
Loading…
Reference in New Issue
Block a user