chore: change notification sound (#44661)

This commit is contained in:
afc163 2023-09-06 19:21:58 +08:00 committed by GitHub
parent dff3c63e1c
commit f0bf373828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ const { Notification } = require('node-notifier');
new Notification().notify({
title: '✅ 准备发布到 npm',
message: '测试用例执行完毕,马上就要输入 npm 校验码了!',
sound: true,
message: '测试用例执行完毕,快回来输入 npm 校验码了!',
sound: 'Crystal',
});
process.exit(0);