mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
test: add windows-test-kitchensink job (#20847)
* test: add windows-test-kitchensink job * run windows ci on this branch * use test-binary-against-kitchensink-chrome * windows-create-build-artifacts * use working dir when cloning * npm i in correct dir * install chrome on windows for test-binary-against-repo * parent dir * bump kitchensink to pull in https://github.com/cypress-io/cypress-example-kitchensink/pull/549 * fix cli type hoisting Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
This commit is contained in:
+6
-1
@@ -8,7 +8,7 @@
|
||||
"prebuild": "yarn postinstall && node ./scripts/start-build.js",
|
||||
"build": "node ./scripts/build.js",
|
||||
"dtslint": "dtslint types",
|
||||
"postinstall": "node ./scripts/post-install.js",
|
||||
"postinstall": "patch-package && node ./scripts/post-install.js",
|
||||
"size": "t=\"cypress-v0.0.0.tgz\"; yarn pack --filename \"${t}\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
|
||||
"test": "yarn test-unit",
|
||||
"test-debug": "node --inspect-brk $(yarn bin mocha)",
|
||||
@@ -140,5 +140,10 @@
|
||||
"./mount-utils": {
|
||||
"require": "./mount-utils/dist/index.js"
|
||||
}
|
||||
},
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
"@types/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user