mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 03:09:53 -05:00
remove stray circleci line, more CLI types comments
This commit is contained in:
@@ -7,8 +7,13 @@ const { join } = require('path')
|
||||
shell.set('-v') // verbose
|
||||
shell.set('-e') // any error is fatal
|
||||
|
||||
// we include the TypeScript definitions for the bundled 3rd party tools
|
||||
// We include the TypeScript definitions for the bundled 3rd party tools
|
||||
// thus we need to copy them from "dev" dependencies into our types folder
|
||||
// and we need to sometimes tweak these types files to use relative paths
|
||||
// This ensures that globals like Cypress.$, Cypress._ etc are property typed
|
||||
// yet we do not install "@types/.." packages with "npm install cypress"
|
||||
// because they can conflict with user's own libraries
|
||||
|
||||
includeTypes.forEach((folder) => {
|
||||
const source = join('node_modules', '@types', folder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user