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:
Родитель
2bb57e5482
Коммит
9c6324e97a
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче