update pake-cli to 2.0.0-alpha2

This commit is contained in:
Tlntin
2023-04-10 21:57:29 +08:00
parent 567d6a8c41
commit 5379ce634d
16 changed files with 243 additions and 193 deletions

View File

@@ -2,6 +2,6 @@ import updateNotifier from 'update-notifier';
// @ts-expect-error
import packageJson from '../../package.json';
export async function checkUpdateTips () {
updateNotifier({ pkg: packageJson }).notify({ isGlobal: true });
export async function checkUpdateTips() {
updateNotifier({ pkg: packageJson }).notify();
}