mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-10 09:10:12 -06:00
* Revert "chore: remove Typescript dependency from app node_modules in binary (#27577)" This reverts commit60d4c8356c. * Revert "chore: simplify build script (#27547)" This reverts commit0a86ec686e. * Revert "chore: upgrade lerna to 6, cache build step (#26913)" This reverts commit9e60aeba8f. * build everything * [run ci]
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx-cloud",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"lint",
|
|
"check-ts"
|
|
],
|
|
"accessToken": "ZmNlNjA0YzAtNTM1NS00MDIwLWFlMWItNWYxYzNiMjQ4N2VkfHJlYWQtb25seQ=="
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"lint": {
|
|
"inputs": [
|
|
"default",
|
|
"{workspaceRoot}/.eslintrc.js"
|
|
]
|
|
},
|
|
"check-ts": {
|
|
"inputs": [
|
|
"default",
|
|
"sharedGlobals"
|
|
]
|
|
},
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"build-prod": {
|
|
"dependsOn": [
|
|
"^build-prod"
|
|
]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"sharedGlobals": [],
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"sharedGlobals"
|
|
],
|
|
"production": [
|
|
"default",
|
|
"!{projectRoot}/**/*.spec.ts",
|
|
"!{projectRoot}/**/*.md",
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
"!{projectRoot}/.eslintrc.json",
|
|
"!{projectRoot}/.mocharc.{js,json}",
|
|
"!{projectRoot/cypress.config.{ts,js}",
|
|
"!{projectRoot/**/*.cy.ts"
|
|
]
|
|
}
|
|
}
|