mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-342468: trying to fix cypress pipeline.
This commit is contained in:
@ -25,8 +25,7 @@
|
||||
"types": [
|
||||
"react",
|
||||
"react-dom",
|
||||
"node",
|
||||
"cypress"
|
||||
"node"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
@ -45,6 +44,9 @@
|
||||
"node_modules",
|
||||
"dist",
|
||||
"PRNameGenerator.ts",
|
||||
"cypress.config.ts"
|
||||
"**/*.test.tsx",
|
||||
"**/*.test.ts",
|
||||
"**/*.cy.tsx",
|
||||
"**/*.cy.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user