Git hash version numbers
This commit is contained in:
parent
a20aed99e2
commit
b058bd64e1
@ -4,6 +4,9 @@ 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
|
||||||
|
|
||||||
|
echo "Generating version number..."
|
||||||
|
echo "export const version = '$(git rev-parse HEAD)';" > version.ts
|
||||||
|
|
||||||
echo "Building silver bullet"
|
echo "Building silver bullet"
|
||||||
deno task build
|
deno task build
|
||||||
echo "Cleaning website build dir"
|
echo "Cleaning website build dir"
|
||||||
|
Loading…
Reference in New Issue
Block a user