Skip to content

Commit

Permalink
deno with cached-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Nov 16, 2020
1 parent 7a0b9d8 commit b492252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions levain.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if "a%myPath" == "a" set denoPath=
set NO_COLOR=true
set DENO_DIR=%denoPath%
%denoPath%deno.exe run ^
--cached-only ^
--allow-read --allow-write --allow-env --allow-net --allow-run ^
--unstable ^
%myPath%src\levain.ts ^
Expand Down
2 changes: 2 additions & 0 deletions levain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

myPath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

set DENO_DIR=$myPath/bin
$myPath/bin/deno run \
--cached-only \
--allow-read --allow-write --allow-env --allow-net --allow-run \
--unstable \
$myPath/src/levain.ts \
Expand Down

0 comments on commit b492252

Please sign in to comment.