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

Commit 620054b

Browse files
author
Christopher De Cairos
committed
exclude package-log.json from addon xpi
1 parent 3191597 commit 620054b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"watch:webpack": "webpack --watch",
88
"start:firefox": "web-ext run -f nightly -p webext",
99
"build": "webpack --optimize-minimize",
10-
"package": "web-ext build --ignore-files package.json webpack.config.js web-ext-artifacts sidebar/js/main.js"
10+
"package": "web-ext build --ignore-files package.json package-lock.json webpack.config.js web-ext-artifacts sidebar/js/main.js"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)