Make tests pass on taskcluster (#446)
This commit is contained in:
Родитель
2f24f89d79
Коммит
2a7bcc2d9e
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче