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
Some checks failed
CI / build-and-publish (push) Failing after 34s
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user