Skip to content

Commit

Permalink
build: avoid infininte rollup refresh on watch (#15132)
Browse files Browse the repository at this point in the history
exclude the dist folder from rollup watch
  • Loading branch information
elevatebart committed Feb 17, 2021
1 parent f6233af commit 4732937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/react/package.json
Expand Up @@ -13,7 +13,7 @@
"pretest": "yarn transpile",
"test": "yarn cy:run",
"transpile": "tsc",
"watch": "yarn build --watch"
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.12.1",
Expand Down

4 comments on commit 4732937

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4732937 Feb 17, 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.6.0/circle-develop-4732937fc808267c68ee790b8411ca241c2ca2e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4732937 Feb 17, 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.6.0/appveyor-develop-4732937fc808267c68ee790b8411ca241c2ca2e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4732937 Feb 17, 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.6.0/appveyor-develop-4732937fc808267c68ee790b8411ca241c2ca2e8/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 4732937 Feb 17, 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.6.0/circle-develop-4732937fc808267c68ee790b8411ca241c2ca2e8/cypress.tgz

Please sign in to comment.