Skip to content

Commit e9f657f

Browse files
authored
chore(task): remove deprecated output option (#66)
1 parent 4c8c4c4 commit e9f657f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

taskfile.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: "3"
2-
output: interleaved
32
dotenv: [".env.local"]
43

54
tasks:
@@ -15,4 +14,4 @@ tasks:
1514
install:
1615
desc: "Bootstrap application for local development"
1716
cmds:
18-
- "pnpm install"
17+
- "pnpm install"

0 commit comments

Comments
 (0)