Make tests pass on taskcluster (#446)

This commit is contained in:
Andre Natal 2022-07-14 23:03:13 -07:00 коммит произвёл GitHub
Родитель 2f24f89d79
Коммит 2a7bcc2d9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@
"scripts": {
"build-html-changelog": "md2html CHANGELOG.md | cat scripts/changelog.tpl - > extension/view/static/CHANGELOG.html",
"test": "if [[ -z \"${MOZ_AUTOMATION}\" ]]; then npm run test-esr; npm run test-master; fi",
"test-esr": "python scripts/tests/e2e-tests-esr91.py",
"test-master": "python scripts/tests/e2e-tests.py",
"test-esr": "python3 scripts/tests/e2e-tests-esr91.py",
"test-master": "python3 scripts/tests/e2e-tests.py",
"lint:js": "eslint -c .eslintrc.js extension",
"build": "npm run build-html-changelog; cp extension/settings/prod.js extension/settings.js; npm run update-localization; web-ext build -s extension --overwrite-dest --no-config-discovery -n firefox_translations.xpi",
"build-test": "cp extension/settings/test.js extension/settings.js; npm run update-localization; web-ext build -s extension --overwrite-dest --no-config-discovery -n firefox_translations.xpi",