Compare commits
1 Commits
dev
...
292f55e89f
| Author | SHA1 | Date | |
|---|---|---|---|
| 292f55e89f |
@@ -49,16 +49,12 @@ jobs:
|
|||||||
- name: web-ext build
|
- name: web-ext build
|
||||||
run: npx web-ext build -s . -a dist --overwrite-dest
|
run: npx web-ext build -s . -a dist --overwrite-dest
|
||||||
|
|
||||||
- name: Unzip build artifact
|
|
||||||
run: |
|
|
||||||
mkdir -p disst
|
|
||||||
unzip -o dist/*.zip -d disst
|
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
|
# v4+ not supported on Gitea Actions/Forgejo, use v3 for compatibility
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: web-ext-build
|
name: web-ext-build
|
||||||
path: disst/**
|
path: dist/
|
||||||
|
|
||||||
- name: Publish to Mozilla Add-ons
|
- name: Publish to Mozilla Add-ons
|
||||||
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [dev]
|
|
||||||
pull_request:
|
|
||||||
branches: [dev]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-publish:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '24'
|
|
||||||
|
|
||||||
- run: npm install --only=dev
|
|
||||||
|
|
||||||
- name: web-ext lint
|
|
||||||
run: npx web-ext lint -v
|
|
||||||
|
|
||||||
- name: web-ext build
|
|
||||||
run: npx web-ext build -s . -a dist --overwrite-dest
|
|
||||||
|
|
||||||
- name: Unzip build artifact
|
|
||||||
run: |
|
|
||||||
mkdir -p disst
|
|
||||||
unzip -o dist/*.zip -d disst
|
|
||||||
|
|
||||||
- name: Upload build artifact
|
|
||||||
# v4+ not supported on Gitea Actions/Forgejo, use v3 for compatibility
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: web-ext-build
|
|
||||||
path: disst/**
|
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1 @@
|
|||||||
web-ext-artifacts/
|
web-ext-artifacts/
|
||||||
node_modules/
|
|
||||||
dist/
|
|
||||||
build/
|
|
||||||
*.zip
|
|
||||||
*.xpi
|
|
||||||
@@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Vinted Favorites Price",
|
"name": "Vinted Favorites Price",
|
||||||
"version": "1.4.0",
|
"version": "1.3.1",
|
||||||
"icons": {
|
|
||||||
"16": "icon.png",
|
|
||||||
"32": "icon.png",
|
|
||||||
"48": "icon.png",
|
|
||||||
"128": "icon.png"
|
|
||||||
},
|
|
||||||
"categories": {
|
"categories": {
|
||||||
"firefox": [
|
"firefox": [
|
||||||
"shopping"
|
"shopping"
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": { "license": "MIT" },
|
"version": { "license": "MIT" },
|
||||||
"categories": { "firefox": ["shopping"] },
|
"categories": { "firefox": ["shopping"] },
|
||||||
"requires_payment": false,
|
"requires_payment": false
|
||||||
"icons": {
|
|
||||||
"16": "icon.png",
|
|
||||||
"32": "icon.png",
|
|
||||||
"48": "icon.png",
|
|
||||||
"128": "icon.png"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
4118
package-lock.json
generated
4118
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user