mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: split jobs (#11343)
Co-authored-by: jrandolf <101637635+jrandolf@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"prepare": "npm run prepare --workspaces --if-present",
|
||||
"test": "wireit",
|
||||
"test-install": "npm run test --workspace @puppeteer-test/installation",
|
||||
"test-types": "tsd -t packages/puppeteer",
|
||||
"test-types": "wireit",
|
||||
"test:chrome": "wireit",
|
||||
"test:chrome:bidi": "wireit",
|
||||
"test:chrome:bidi-local": "wireit",
|
||||
@@ -111,6 +111,12 @@
|
||||
"./test:build",
|
||||
"./tools/mocha-runner:build"
|
||||
]
|
||||
},
|
||||
"test-types": {
|
||||
"command": "tsd -t packages/puppeteer",
|
||||
"dependencies": [
|
||||
"./packages/puppeteer:build"
|
||||
]
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user