Skip to content

Commit

Permalink
fix: unrestrict access to react/cypress (#15798)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Apr 6, 2021
1 parent c5760e4 commit 4c5623f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion npm/react/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
module.exports = {
...require('../../.releaserc.base'),
branches: [
{ name: 'master', channel: 'next' },
{ name: 'master', channel: 'latest' },
],
}
3 changes: 0 additions & 3 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
"optional": true
}
},
"publishConfig": {
"access": "restricted"
},
"standard": {
"globals": [
"Cypress",
Expand Down

4 comments on commit 4c5623f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4c5623f 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/6.9.1/circle-develop-4c5623fb1c83c3594f4dc3d2a73431fd2aaaae56/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4c5623f 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-4c5623fb1c83c3594f4dc3d2a73431fd2aaaae56/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4c5623f 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-4c5623fb1c83c3594f4dc3d2a73431fd2aaaae56/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4c5623f 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/6.9.1/circle-develop-4c5623fb1c83c3594f4dc3d2a73431fd2aaaae56/cypress.tgz

Please sign in to comment.