Fix netlify

pull/662/head
Zef Hemel 2024-01-25 16:14:45 +01:00
parent deebc26d13
commit dbb87902cc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [ "$1" != "local" ]; then
echo "Install Deno"
curl -fsSL https://deno.land/install.sh | sh v1.39.4
curl -fsSL https://deno.land/install.sh | sh -s v1.39.4
export PATH=~/.deno/bin:$PATH
export DENO_DIR=$PWD/deno_cache
echo "DENO_DIR: $DENO_DIR"