Skip to content

Commit

Permalink
fix(app): update stable version instead of next
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Jul 27, 2022
1 parent e1b297a commit 85cc3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/server/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let updatingProcess: ExecaChildProcess | null = null

router.get('/update', async (ctx) => {
if (!updatingProcess) {
updatingProcess = execa('npm', ['i', '-g', 'hlink@next'], {
updatingProcess = execa('npm', ['i', '-g', 'hlink'], {
stdio: 'inherit',
})
}
Expand Down

0 comments on commit 85cc3e9

Please sign in to comment.