Browse Source
* chore: add notice before publish to npm * chore: add notice before publish to npmpull/41622/head
afc163
2 years ago
committed by
GitHub
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
const { Notification } = require('node-notifier'); |
|||
|
|||
new Notification().notify({ |
|||
title: '✅ 准备发布到 npm', |
|||
message: '测试用例执行完毕,马上就要输入 npm 校验码了!', |
|||
sound: true, |
|||
}); |
|||
|
|||
process.exit(0); |
Loading…
Reference in new issue