Release / release (push) Successful in 2m14s
Version bump for the updater live-proof cycle (NOT a release: no tag). Carries the signed-asset CI path so the 1.99.1-rc1 pre-release publishes AniTrack-linux-amd64 plus sidecars for the beta-channel end-to-end test.
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "AniTrack",
|
|
"frontend": {
|
|
"dir": "./frontend",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"dev": "npm run dev",
|
|
"devServerUrl": "http://localhost:5173"
|
|
},
|
|
"author": {
|
|
"name": "John O'Keefe",
|
|
"email": "admin@linuxhg.com"
|
|
},
|
|
"info": {
|
|
"productName": "AniTrack",
|
|
"productVersion": "1.99.1"
|
|
}
|
|
}
|