Merge pull request #2869 from mozilla/fixPackageScript

Fix package script
This commit is contained in:
Andrea Marchesini
2026-03-09 16:50:10 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "testpilot-containers", "name": "testpilot-containers",
"version": "8.3.5", "version": "8.3.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "testpilot-containers", "name": "testpilot-containers",
"version": "8.3.5", "version": "8.3.7",
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.36.0", "@eslint/js": "^9.36.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"lint:css": "stylelint src/css/*.css", "lint:css": "stylelint src/css/*.css",
"lint:html": "htmllint *.html", "lint:html": "htmllint *.html",
"lint:js": "eslint .", "lint:js": "eslint .",
"package": "rm -rf src/web-ext-artifacts && npm run build && mv src/web-ext-artifacts/firefox_multi-account_containers-*.zip addon.xpi", "package": "rm -rf web-ext-artifacts && npm run build && mv web-ext-artifacts/firefox_multi-account_containers-*.zip addon.xpi",
"restore-locales-github": "cd src/_locales && git restore .github/", "restore-locales-github": "cd src/_locales && git restore .github/",
"remove-locales-github": "rm -rf src/_locales/.github", "remove-locales-github": "rm -rf src/_locales/.github",
"test": "npm run lint && npm run coverage", "test": "npm run lint && npm run coverage",