-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding build-prod tasks to all of the npm dependencies that need…
… artifacts (#9045)
- Loading branch information
1 parent
61088ba
commit 550c05c
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"main": "dist", | ||
"scripts": { | ||
"build": "rimraf dist && yarn transpile && yarn transpile:bin && yarn build:dist-package", | ||
"build-prod": "yarn build", | ||
"build:dist-package": "node scripts/prepareDistPackage.js && ncp ./plugins ./dist/plugins", | ||
"check:links": "find . -type f -name 'README.md' ! -path './node_modules/*' | xargs -L1 npx markdown-link-check --quiet", | ||
"cy:open": "node ../../scripts/cypress open", | ||
|
@@ -131,7 +132,7 @@ | |
}, | ||
"homepage": "https://on.cypress.io/component-testing", | ||
"author": "Gleb Bahmutov <[email protected]>", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Freact&template=bug-report.md", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Freact&template=1-bug-report.md&title=", | ||
"keywords": [ | ||
"react", | ||
"cypress", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build-prod": "yarn build", | ||
"build:watch": "tsc --watch", | ||
"cy:open": "node ../../scripts/cypress open", | ||
"cy:run": "node ../../scripts/cypress run", | ||
|
@@ -66,7 +67,7 @@ | |
}, | ||
"homepage": "https://on.cypress.io/component-testing", | ||
"author": "Gleb Bahmutov <[email protected]>", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=bug-report.md", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fvue&template=1-bug-report.md&title=", | ||
"keywords": [ | ||
"cypress", | ||
"vue" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
}, | ||
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor#readme", | ||
"author": "Chris Breiding <[email protected]>", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A %40cypress%2Fwebpack-preprocessor&template=bug-report.md", | ||
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=1-bug-report.md&title=", | ||
"keywords": [ | ||
"cypress", | ||
"cypress-plugin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
550c05c
There was a problem hiding this comment.
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:
550c05c
There was a problem hiding this comment.
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: