mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
parent
092c79a6f3
commit
3596c8811e
@ -79,7 +79,7 @@
|
||||
"lint:md": "remark . -f -q",
|
||||
"lint:style": "tsx scripts/check-cssinjs.ts",
|
||||
"lint:script": "npm run component-changelog && eslint . --ext .js,.jsx,.ts,.tsx --cache",
|
||||
"pre-publish": "npm run test-all -- --skip-build && node ./scripts/pre-publish-notice.js",
|
||||
"pre-publish": "npm run test-all -- --skip-build && tsx ./scripts/pre-publish-notice.ts",
|
||||
"prettier": "prettier -c --write **/* --cache",
|
||||
"pub": "npm run version && npm run collect-token-statistic && npm run token-meta && antd-tools run pub",
|
||||
"biome:format": "biome format --write .",
|
||||
|
@ -1,6 +1,6 @@
|
||||
const { Notification } = require('node-notifier');
|
||||
const { Notification: Notifier } = require('node-notifier');
|
||||
|
||||
new Notification().notify({
|
||||
new Notifier().notify({
|
||||
title: '✅ 准备发布到 npm',
|
||||
message: '测试用例执行完毕,快回来输入 npm 校验码了!',
|
||||
sound: 'Crystal',
|
Loading…
Reference in New Issue
Block a user