Skip to content

Commit

Permalink
fix: remove outdated npm registry links (#18727)
Browse files Browse the repository at this point in the history
* fix: remove outdated npm registry links

* revert cypress schematic change

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
  • Loading branch information
ZachJW34 and lmiller1990 authored Nov 9, 2021
1 parent 4d9fb6c commit 4ded6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion npm/vue/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
package-lock=true
1 change: 0 additions & 1 deletion npm/webpack-preprocessor/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
package-lock=false
6 changes: 3 additions & 3 deletions scripts/unit/npm-release-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const semanticReleaseNoUpdate = (version) => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ Found git tag @cypress/package-v${version} associated with version ${version} on branch master
Expand Down Expand Up @@ -66,7 +66,7 @@ const semanticReleaseUpdate = (oldVersion, newVersion) => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ Found git tag @cypress/package-v${oldVersion} associated with version ${oldVersion} on branch master
Expand Down Expand Up @@ -150,7 +150,7 @@ const semanticReleaseNew = () => {
[semantic-release] › ⚠ Run automated release from branch master on repository https://github.com/cypress-io/cypress.git in dry-run mode
[semantic-release] › ✔ Allowed to push to the Git repository
[semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry http://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /cypress/npm/package/.npmrc
[semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[semantic-release] › ℹ No git tag version found on branch master
Expand Down

0 comments on commit 4ded6c9

Please sign in to comment.