Skip to content

Commit

Permalink
fix: cypress/react release process (#9284)
Browse files Browse the repository at this point in the history
kitchen sink will be broken until 6.0 is finished.
  • Loading branch information
dmtrKovalenko committed Nov 23, 2020
1 parent 7ade62f commit 88e332c
Show file tree
Hide file tree
Showing 36 changed files with 1,233 additions and 9,666 deletions.
3 changes: 0 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,6 @@ jobs:
- run:
name: Build
command: yarn workspace @cypress/react build
- run:
name: Run unit test
command: yarn workspace @cypress/react test:unit
- run:
name: Run tests
command: yarn workspace @cypress/react test
Expand Down
4 changes: 3 additions & 1 deletion npm/react/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
examples
examples
src
cypress
3 changes: 1 addition & 2 deletions npm/react/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@next/mdx": "^9.5.3",
"@zeit/next-sass": "^1.0.1",
"check-code-coverage": "1.9.2",
"next": "^9.5.3",
"react-scripts": "3.4.3"
"next": "^9.5.3"
},
"license": "MIT"
}
8,170 changes: 263 additions & 7,907 deletions npm/react/examples/nextjs/yarn.lock

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions npm/react/init/Template.ts

This file was deleted.

92 changes: 0 additions & 92 deletions npm/react/init/findPackageJson.ts

This file was deleted.

127 changes: 0 additions & 127 deletions npm/react/init/init.test.ts

This file was deleted.

0 comments on commit 88e332c

Please sign in to comment.