Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
exclude package-log.json from addon xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Aug 2, 2017
1 parent 3191597 commit 620054b
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 @@ -7,7 +7,7 @@
"watch:webpack": "webpack --watch",
"start:firefox": "web-ext run -f nightly -p webext",
"build": "webpack --optimize-minimize",
"package": "web-ext build --ignore-files package.json webpack.config.js web-ext-artifacts sidebar/js/main.js"
"package": "web-ext build --ignore-files package.json package-lock.json webpack.config.js web-ext-artifacts sidebar/js/main.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 620054b

Please sign in to comment.