We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab9ef2 commit 35fde6eCopy full SHA for 35fde6e
package.json
@@ -76,7 +76,7 @@
76
"stylelint-no-unsupported-browser-features": "^5.0.1",
77
"ts-loader": "^8.3.0",
78
"typescript": "^4.5.2",
79
- "web-ext": "^6.6.0",
+ "web-ext": "^6.8.0",
80
"webpack": "^5.64.4",
81
"webpack-cli": "^4.7.1"
82
}
scripts/testBuildArchives.sh
@@ -4,11 +4,6 @@
4
5
testDir=tests
6
7
-# At this time linting is disabled due to BUG https://github.com/mozilla/web-ext/issues/2245
8
-# If it will not fixed, we have to replace test tool
9
-# TODO: make this step optional and report about falls to TG/elsewhere by HTTP request with API key
10
-exit 0;
11
-
12
for packageArchive in `find -maxdepth 1 -type f -name '*.zip' -print`;
13
do
14
unpackDir="$testDir/$(basename -s .zip "$packageArchive")"
0 commit comments