Deno 1.40 for Netlify too
parent
c338693343
commit
75328edbd3
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ "$1" != "local" ]; then
|
||||
echo "Install Deno"
|
||||
curl -fsSL https://deno.land/install.sh | sh -s v1.39.4
|
||||
curl -fsSL https://deno.land/install.sh | sh
|
||||
export PATH=~/.deno/bin:$PATH
|
||||
export DENO_DIR=$PWD/deno_cache
|
||||
echo "DENO_DIR: $DENO_DIR"
|
||||
|
|
Loading…
Reference in New Issue