Setup continuous deployment
This commit is contained in:
9
Makefile
9
Makefile
@@ -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}'
|
||||
Reference in New Issue
Block a user