8 lines
135 B
Makefile
8 lines
135 B
Makefile
build:
|
|
web-ext build --overwrite-dest
|
|
|
|
lint:
|
|
web-ext lint
|
|
|
|
deploy:
|
|
web-ext sign --channel listed --amo-metadata metadata.json
|