Skip to content

Commit

Permalink
Mod: web-ext ignore-files improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Asenar committed Mar 9, 2017
1 parent b02a421 commit b70f99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ echo "envoie de l'extension firefox à addons.mozilla.org …"

# {{{ firefox specific
# see npm web-ext
web-ext sign --ignore-files=scripts/deploy-firefox.sh scripts/deploy-chrome.sh manifest-firefox.json manifest-chrome.json \
--api-key ${API_KEY} --api-secret ${API_SECRET}
web-ext sign --api-key ${API_KEY} --api-secret ${API_SECRET} \
--ignore-files manifest-firefox.json manifest-chrome.json "scripts/*"

# }}} firefox specific

Expand Down

0 comments on commit b70f99b

Please sign in to comment.