13 lines
262 B
Bash
13 lines
262 B
Bash
#!/bin/bash
|
|
rm -rf ./well-dry-sense
|
|
|
|
TOKEN=715515426be5ce38d504aa1252fc8c9e9f789ddc
|
|
git clone https://$TOKEN@gitea.wellnua.com/pkresoja/well-dry-sense
|
|
cd ./well-dry-sense
|
|
|
|
echo "VITE_GIT_VERSION=$(git rev-parse --short HEAD)" >> .env
|
|
|
|
npm install
|
|
npm run build
|
|
|