Skip to content

Commit

Permalink
It’s our bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Apr 7, 2023
1 parent 8a4acf6 commit f65c008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ $ cd tea

deno task run foo
# ^^ runs the local checkout passing `foo` as an argument
# NOTE this doesn't currently work due to a bug in Deno :(
# see denoland/deno#11547 and denoland/deno#18631
# NOTE this doesn't currently work due (our bug)

$ deno task install
# ^^ deploys the local checkout into your `~/.tea`
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coverage" : "scripts/run_coverage.sh",
"typecheck": "deno check --unstable ./src/app.ts",
// runs this source checkout for testing
//NOTE doesn’t work :/ passes the args to deno and doesn’t run the script
// NOTE this doesn't currently work due (our bug)
"run": "deno run --unstable --allow-all src/app.ts",
// compiles to ./tea
"compile": "deno compile --allow-read --allow-write --allow-net --allow-run --allow-env --unstable --output $INIT_CWD/tea src/app.ts",
Expand Down

0 comments on commit f65c008

Please sign in to comment.