mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix regression with version setting
This commit is contained in:
parent
b0dedd3cb9
commit
f6eade9e01
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ npm install
|
|||
|
||||
# inject the version number
|
||||
VERSION=$(jq -r '.version' package.json)
|
||||
sed -i "s/insert-version/${VERSION}/g" ./src/routes/settings.html.svelte
|
||||
sed -i "s/insert-version/${VERSION}/g" ./src/routes/settings.html/+page.svelte
|
||||
|
||||
# build the project
|
||||
npm run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue