Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 17, 2024
1 parent e8ecc07 commit b2b97e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"run": "deno run --unstable -A ./entrypoint.ts",

// you can specify paths to specific tests if you need
"test": "deno test --allow-read=$PWD,$TMPDIR,$HOME,/ --allow-env --allow-write=$TMPDIR --allow-ffi --unstable",
// we would prefer --allow-write=$TMPDIR but deno’s symlink making function inexplicably requires --allow-write
"test": "deno test --allow-read=$PWD,$TMPDIR,$HOME,/ --allow-env --allow-write --allow-ffi --unstable",
// ^^ ffi & unstable needed for execve.ts

// installs to /usr/local/bin/pkgx
Expand Down

0 comments on commit b2b97e0

Please sign in to comment.