1
0

Git hash version numbers

This commit is contained in:
Zef Hemel 2022-11-29 08:19:01 +01:00
parent a20aed99e2
commit b058bd64e1

View File

@ -4,6 +4,9 @@ echo "Install Deno"
curl -fsSL https://deno.land/install.sh | sh
export PATH=~/.deno/bin:$PATH
echo "Generating version number..."
echo "export const version = '$(git rev-parse HEAD)';" > version.ts
echo "Building silver bullet"
deno task build
echo "Cleaning website build dir"