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:
@ -13,7 +13,7 @@
|
||||
"test:watch": "jest --watch",
|
||||
"storybook": "storybook dev -p 3000",
|
||||
"build-storybook": "storybook build",
|
||||
"check-updates": "npx npm-check-updates -u --reject @types/cypress && npm i --legacy-peer-deps",
|
||||
"check-updates": "npx npm-check-updates -u && npm i --legacy-peer-deps",
|
||||
"cy:open": "npx cypress open",
|
||||
"cy:run": "npx cypress run --headless --component"
|
||||
},
|
||||
@ -52,7 +52,6 @@
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/cypress": "^0.1.6",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.0.14",
|
||||
"@types/react": "^19.1.8",
|
||||
|
Reference in New Issue
Block a user