mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore: change notification sound (#44661)
This commit is contained in:
parent
dff3c63e1c
commit
f0bf373828
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user