Skip to content

Commit

Permalink
Add --sync to gitpod and dev docs
Browse files Browse the repository at this point in the history
Otherwise, `./tea` fails with
error: pantry not found: /home/gitpod/.tea/tea.xyz/var/pantry/projects
  • Loading branch information
abitrolly authored Jul 27, 2023
1 parent b632f34 commit 72c5dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ tasks:
(
set -e
.deno/bin/deno task compile
./tea --sync
echo "./tea is hot"
)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ deno task run foo
$ deno task install
# ^^ deploys the local checkout into your `~/.tea`

$ deno task compile && ./tea
$ deno task compile && ./tea --sync
# compile and run tea to sync package definitions
```


Expand Down

0 comments on commit 72c5dc1

Please sign in to comment.