pkg(deno-1.16.2): Set the cache directory

This commit is contained in:
VlaDexa 2021-11-21 23:27:59 +03:00
parent ed14e125e3
commit 81c6694637
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
deno run $@
DENO_DIR=$PWD deno run $@