Fix package script

This commit is contained in:
Andrea Marchesini
2026-03-09 14:44:43 +01:00
parent 769162d755
commit 06cb95e9db
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "testpilot-containers",
"version": "8.3.5",
"version": "8.3.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "testpilot-containers",
"version": "8.3.5",
"version": "8.3.7",
"license": "MPL-2.0",
"devDependencies": {
"@eslint/js": "^9.36.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"lint:css": "stylelint src/css/*.css",
"lint:html": "htmllint *.html",
"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/",
"remove-locales-github": "rm -rf src/_locales/.github",
"test": "npm run lint && npm run coverage",