More taskcluster implementations (#248)

* Revert taskcluster changes

* tc updates

* Update .taskcluster.yml

* Update package.json

* Update .gitmodules

* Update package.json

* Move the test of MOZ_AUTOMATION to the npm runner
This commit is contained in:
Andre Natal 2022-04-12 14:14:28 -07:00 коммит произвёл GitHub
Родитель 2bb57e5482
Коммит 9c6324e97a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 2 удалений

1
.gitmodules поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
[submodule "extension/_locales"]
path = extension/_locales
url = https://github.com/mozilla-l10n/firefox-translations-l10n/
branch = main

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

@ -1,7 +1,7 @@
{
"name": "firefox-translations",
"name": "firefox_translations",
"scripts": {
"test": "python scripts/tests/e2e-tests.py",
"test": "if [[ -z \"${MOZ_AUTOMATION}\" ]]; then python scripts/tests/e2e-tests.py; fi",
"lint:js": "eslint -c .eslintrc.js extension",
"build": "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",