Skip to content

Commit 88e332c

Browse files
fix: cypress/react release process (#9284)
kitchen sink will be broken until 6.0 is finished.
1 parent 7ade62f commit 88e332c

36 files changed

+1233
-9666
lines changed

circle.yml

-3
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,6 @@ jobs:
941941
- run:
942942
name: Build
943943
command: yarn workspace @cypress/react build
944-
- run:
945-
name: Run unit test
946-
command: yarn workspace @cypress/react test:unit
947944
- run:
948945
name: Run tests
949946
command: yarn workspace @cypress/react test

npm/react/.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
examples
1+
examples
2+
src
3+
cypress

npm/react/examples/nextjs/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"@next/mdx": "^9.5.3",
1919
"@zeit/next-sass": "^1.0.1",
2020
"check-code-coverage": "1.9.2",
21-
"next": "^9.5.3",
22-
"react-scripts": "3.4.3"
21+
"next": "^9.5.3"
2322
},
2423
"license": "MIT"
2524
}

npm/react/examples/nextjs/yarn.lock

+263-7,907
Large diffs are not rendered by default.

npm/react/init/Template.ts

-11
This file was deleted.

npm/react/init/findPackageJson.ts

-92
This file was deleted.

npm/react/init/init.test.ts

-127
This file was deleted.

0 commit comments

Comments
 (0)