Merge pull request #13939 from Snuffleupagus/gulpfile-ci-test
Remove the `npm test`-command
This commit is contained in:
commit
46f6351287
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…
x
Reference in New Issue
Block a user