mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13939 from Snuffleupagus/gulpfile-ci-test
Remove the `npm test`-command
This commit is contained in:
commit
46f6351287
3 changed files with 3 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
run: gulp ci-test
|
||||
|
|
|
@ -2348,7 +2348,7 @@ gulp.task("externaltest", function (done) {
|
|||
});
|
||||
|
||||
gulp.task(
|
||||
"npm-test",
|
||||
"ci-test",
|
||||
gulp.series(
|
||||
gulp.parallel("lint", "externaltest", "unittestcli"),
|
||||
"lint-chromium",
|
||||
|
|
|
@ -64,8 +64,7 @@
|
|||
"yargs": "^17.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
|
||||
"test": "gulp npm-test"
|
||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue