Skip to content

Commit

Permalink
fix: make cypress/react public (#15799)
Browse files Browse the repository at this point in the history
* fix: unrestrict access to react/cypress

* make cypress-react public
  • Loading branch information
lmiller1990 authored Apr 6, 2021
1 parent 8dc35c3 commit df8cb03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
},
"standard": {
"globals": [
"Cypress",
Expand Down

4 comments on commit df8cb03

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on df8cb03 Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.0.1/circle-develop-df8cb0345f7b09f393b442ac9b9cbc549eee0f23/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on df8cb03 Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.9.1/appveyor-develop-df8cb0345f7b09f393b442ac9b9cbc549eee0f23/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on df8cb03 Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.9.1/appveyor-develop-df8cb0345f7b09f393b442ac9b9cbc549eee0f23/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on df8cb03 Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.0.1/circle-develop-df8cb0345f7b09f393b442ac9b9cbc549eee0f23/cypress.tgz

Please sign in to comment.