Skip to content

Commit

Permalink
Ignore yarn-error.log in web-ext build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Apr 28, 2018
1 parent b838ce5 commit 82c1dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.5.4",
"license": "MIT",
"scripts": {
"build": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext build --overwrite-dest -i test docs yarn.lock",
"build": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext build --overwrite-dest -i test docs yarn.lock yarn-error.log",
"build:firefox:submit": "web-ext sign",
"d": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext run --verbose",
"d:noenv": "web-ext run --verbose",
Expand Down

0 comments on commit 82c1dbd

Please sign in to comment.