Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Andrea Marchesini
4d81c98365
Update webExt package 2024-10-24 14:28:50 +02:00
4 changed files with 2093 additions and 2232 deletions

View file

@ -9,27 +9,9 @@
. $(dirname $0)/commons.sh . $(dirname $0)/commons.sh
TMPDIR=/tmp/MAC_addonsLinter
print Y "Update the submodules..." print Y "Update the submodules..."
git submodule init || die git submodule init || die
git submodule update --remote --depth 1 src/_locales || die git submodule update --remote --depth 1 src/_locales || die
printn Y "Removing previous execution data... "
rm -rf $TMPDIR || die
print G "done."
printn Y "Creating a tmp folder ($TMPDIR)... "
mkdir $TMPDIR || die
print G "done."
printn Y "Copying data... "
cp -r src $TMPDIR || die
print G "done."
printn Y "Removing the github folder... "
rm -rf $TMPDIR/src/_locales/.github || die
print G "done."
print Y "Running the test..." print Y "Running the test..."
npx addons-linter $TMPDIR/src || die npx addons-linter ./src || die

4297
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@
"stylelint": "^13.5.0", "stylelint": "^13.5.0",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0", "stylelint-order": "^4.0.0",
"web-ext": "^7.5.0", "web-ext": "^8.3.0",
"webextensions-jsdom": "^1.2.1" "webextensions-jsdom": "^1.2.1"
}, },
"homepage": "https://github.com/mozilla/multi-account-containers#readme", "homepage": "https://github.com/mozilla/multi-account-containers#readme",

@ -1 +1 @@
Subproject commit bdaa01291b7367a5e815470fd263ea36c862fe32 Subproject commit deb50a7871abe4d5d9560abf115fb8a7b5714abf