Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 0a7486d

Browse files
authored
fix(npm): update project dependencies after download dep (#161)
1 parent 01dda65 commit 0a7486d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/pages/npm.vue

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ async function download(item: PackageInfo, isDev: boolean) {
4545
setTimeout(() => {
4646
terminalVisible.value = false
4747
locked.value = false
48+
getProjectDeps()
4849
}, 2000)
4950
})
5051
}

0 commit comments

Comments
 (0)