mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Revert "Temporarily stop listing the official Chrome extension in the main README"
This reverts commit afabbc28c5
.
This commit is contained in:
parent
c4a61a7692
commit
9aedf00ffe
2 changed files with 7 additions and 1 deletions
|
@ -2367,5 +2367,9 @@ gulp.task("externaltest", function (done) {
|
|||
|
||||
gulp.task(
|
||||
"ci-test",
|
||||
gulp.series(gulp.parallel("lint", "externaltest", "unittestcli"), "typestest")
|
||||
gulp.series(
|
||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||
"lint-chromium",
|
||||
"typestest"
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue