Skip to content

Commit

Permalink
chore: change notification sound (ant-design#44661)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 6, 2023
1 parent dff3c63 commit f0bf373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pre-publish-notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit f0bf373

Please sign in to comment.