Skip to content

Commit

Permalink
chore: do not ship source for app and launchpad in binary (#22033)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jun 7, 2022
1 parent e58ec7a commit a264373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packages/app/package.json
Expand Up @@ -73,9 +73,7 @@
"wonka": "^4.0.15"
},
"files": [
"dist",
"lib",
"src"
"dist"
],
"vite": {
"optimizeDeps": {
Expand Down
5 changes: 1 addition & 4 deletions packages/launchpad/package.json
Expand Up @@ -74,10 +74,7 @@
"wonka": "^4.0.15"
},
"files": [
"dist",
"lib",
"script",
"src"
"dist"
],
"vite": {
"optimizeDeps": {
Expand Down

3 comments on commit a264373

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a264373 Jun 7, 2022

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/10.0.4/linux-x64/develop-a264373df7ebf74bdf02dcc44f3664d50ab48fab/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a264373 Jun 7, 2022

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/10.0.4/darwin-x64/develop-a264373df7ebf74bdf02dcc44f3664d50ab48fab/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a264373 Jun 7, 2022

Choose a reason for hiding this comment

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

Circle 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/10.0.4/win32-x64/develop-a264373df7ebf74bdf02dcc44f3664d50ab48fab/cypress.tgz

Please sign in to comment.