don't run web-ext test as it fails on Chrome-only permissions
This commit is contained in:
parent
38290c22f7
commit
818f6313c6
|
@ -32,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint \"**/*.js\" --cache",
|
"lint": "eslint \"**/*.js\" --cache",
|
||||||
"test": "npm run lint && web-ext lint",
|
"test": "npm run lint",
|
||||||
"update-locales": "tx pull --all && webext-tx-fix",
|
"update-locales": "tx pull --all && webext-tx-fix",
|
||||||
"update-transifex": "tx push -s",
|
"update-transifex": "tx push -s",
|
||||||
"build-vendor": "shx rm -rf vendor/* && node tools/build-vendor",
|
"build-vendor": "shx rm -rf vendor/* && node tools/build-vendor",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user