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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user