Skip to content

Commit

Permalink
Revert "fix: should sync package deps by default (#400)" (#401)
Browse files Browse the repository at this point in the history
This reverts commit 282abf6.
  • Loading branch information
fengmk2 committed Feb 10, 2023
1 parent 2c679be commit b021e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/adapter/NPMRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
const url = `${this.registry}/${encodeURIComponent(fullname)}/sync?sync_upstream=true&nodeps=true`;
// {
// ok: true,
// logId: logId
Expand Down

0 comments on commit b021e1e

Please sign in to comment.