Skip to content

Commit 491cd94

Browse files
authored
chore(task): fix version, remove deprecated output option (#33)
1 parent eb42d4f commit 491cd94

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

taskfile.yaml

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

54
tasks:
@@ -18,4 +17,4 @@ tasks:
1817
- echo -e "Install the dependencies by running \"npm install\""
1918
- echo -e "To give it a try, run \"npx expo run:android\" or \"npx expo run:ios\" to run the app.\n"
2019

21-
- echo -e "For more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."
20+
- echo -e "For more help view your project's README.md file or join our Discourse community at https://community.livekit.io."

0 commit comments

Comments
 (0)