Remove old CI workflow and add new CI configuration with version bumping and publishing steps
Some checks failed
CI / build-and-publish (push) Failing after 34s

This commit is contained in:
Space-Banane
2026-02-17 16:08:53 +01:00
parent 6277bb50c6
commit 553506c02b
4 changed files with 91 additions and 30 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "vinted-favs-price",
"version": "1.2.0",
"description": "Firefox extension to track Vinted favorite prices.",
"main": "index.js",
"scripts": {
"start": "web-ext run",
"lint": "web-ext lint",
"build": "web-ext build -s . -a dist --overwrite-dest",
"sign": "web-ext sign"
},
"devDependencies": {
"web-ext": "^8.0.0"
},
"engines": {
"node": ">=24.0.0"
},
"private": true
}