pull/369/head
Zef Hemel 2023-01-26 13:02:13 +01:00
parent 3521e7a29d
commit bc8d2d5e61
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@
echo "Install Deno" echo "Install Deno"
curl -fsSL https://deno.land/install.sh | sh curl -fsSL https://deno.land/install.sh | sh
export PATH=~/.deno/bin:$PATH export PATH=~/.deno/bin:$PATH
export DENO_PATH=$PWD/deno_cache export DENO_DIR=$PWD/deno_cache
echo "DENO_PATH: $DENO_PATH" echo "DENO_DIR: $DENO_DIR"
mkdir -p $DENO_DIR
echo "Generating version number..." echo "Generating version number..."
echo "export const version = '$(git rev-parse HEAD)';" > version.ts echo "export const version = '$(git rev-parse HEAD)';" > version.ts