Setup continuous deployment
Some checks failed
Continuous Deployment / lint (push) Successful in 1m26s
Continuous Deployment / deploy (push) Failing after 15s

This commit is contained in:
2025-11-11 13:48:18 +01:00
parent 89c5c127c5
commit f7cb4da37c
7 changed files with 102 additions and 51 deletions

View File

@@ -1,8 +1,11 @@
build:
web-ext build --overwrite-dest
web-ext build --overwrite-dest
lint:
web-ext lint
web-ext lint
deploy:
web-ext sign --channel listed --amo-metadata metadata.json
web-ext sign --channel listed --amo-metadata metadata.json
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'