mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
add81b3e65
This reverts commit dd17e3bac2
.
10 lines
241 B
TypeScript
10 lines
241 B
TypeScript
const { Notification: Notifier } = require('node-notifier');
|
|
|
|
new Notifier().notify({
|
|
title: '✅ 准备发布到 npm',
|
|
message: '测试用例执行完毕,快回来输入 npm 校验码了!',
|
|
sound: 'Crystal',
|
|
});
|
|
|
|
process.exit(0);
|