don't run web-ext test as it fails on Chrome-only permissions

This commit is contained in:
tophf 2020-10-18 10:51:37 +03:00
parent 38290c22f7
commit 818f6313c6

View File

@ -32,7 +32,7 @@
},
"scripts": {
"lint": "eslint \"**/*.js\" --cache",
"test": "npm run lint && web-ext lint",
"test": "npm run lint",
"update-locales": "tx pull --all && webext-tx-fix",
"update-transifex": "tx push -s",
"build-vendor": "shx rm -rf vendor/* && node tools/build-vendor",