Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "fix: should sync package deps by default (#400)" #401

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Feb 10, 2023

This reverts commit 282abf6.

@@ -66,7 +66,7 @@ export class NPMRegistry {

// app.put('/:name/sync', sync.sync);
public async createSyncTask(fullname: string): Promise<RegistryResponse> {
const url = `${this.registry}/${encodeURIComponent(fullname)}/sync?sync_upstream=true`;
Copy link
Member Author

Choose a reason for hiding this comment

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

想多了,不需要每一层都同步 deps,只需要在执行 sync 命令那一层做即可。

@fengmk2 fengmk2 merged commit b021e1e into master Feb 10, 2023
@fengmk2 fengmk2 deleted the revert-282abf692045f4660831ceacf7e1e7851ff58241 branch February 10, 2023 01:06
fengmk2 pushed a commit that referenced this pull request Feb 10, 2023
[skip ci]

## [3.3.2](v3.3.1...v3.3.2) (2023-02-10)

### Reverts

* Revert "fix: should sync package deps by default (#400)" (#401) ([b021e1e](b021e1e)), closes [#400](#400) [#401](#401)
@github-actions
Copy link

🎉 This PR is included in version 3.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant