Skip to content

Commit bd1e210

Browse files
authored
Merge pull request #2869 from mozilla/fixPackageScript
Fix package script
2 parents 769162d + 06cb95e commit bd1e210

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint:css": "stylelint src/css/*.css",
4545
"lint:html": "htmllint *.html",
4646
"lint:js": "eslint .",
47-
"package": "rm -rf src/web-ext-artifacts && npm run build && mv src/web-ext-artifacts/firefox_multi-account_containers-*.zip addon.xpi",
47+
"package": "rm -rf web-ext-artifacts && npm run build && mv web-ext-artifacts/firefox_multi-account_containers-*.zip addon.xpi",
4848
"restore-locales-github": "cd src/_locales && git restore .github/",
4949
"remove-locales-github": "rm -rf src/_locales/.github",
5050
"test": "npm run lint && npm run coverage",

0 commit comments

Comments
 (0)