1
0
This commit is contained in:
Zef Hemel 2023-01-26 13:02:13 +01:00
parent 3521e7a29d
commit bc8d2d5e61

View File

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