Skip to content

Commit

Permalink
test: 更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 13, 2024
1 parent 7ea5e3e commit dbe0cea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
{
"msgtype": "link",
"link": {
"title": "🎉 AntV/S2 测试版本发布啦 🎉",
"title": "🎉 AntV/S2 测试版本发布啦 (${{ github.head_ref || github.ref_name }}) 🎉",
"text": "📋 测试版本请谨慎使用, 点击查看更新日志",
"messageUrl": "https://github.com/antvis/S2/releases",
"picUrl": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*1PTTQLk3j5AAAAAAAAAAAAAADmJ7AQ/original"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
{
"msgtype": "link",
"link": {
"title": "🎉 AntV/S2 新版本发布啦 🎉",
"title": "🎉 AntV/S2 新版本发布啦 (${{ github.head_ref || github.ref_name }}) 🎉",
"text": "📋 点击查看更新日志",
"messageUrl": "https://github.com/antvis/S2/releases",
"picUrl": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*1PTTQLk3j5AAAAAAAAAAAAAADmJ7AQ/original"
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"clean": "rimraf lib esm dist temp",
"start": "pnpm test:live",
"sync-event": "node ./scripts/sync-event.mjs",
"test": "jest --passWithNoTests --runInBand --detectOpenHandles",
"test": "jest --passWithNoTests --detectOpenHandles",
"test:ci": "pnpm test",
"test:ci-coverage": "pnpm test:coverage",
"test:coverage": "pnpm test -- --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"build:umd": "cross-env FORMAT=umd vite build",
"clean": "rimraf lib esm dist temp",
"start": "cross-env PLAYGROUND=true vite",
"test": "jest --passWithNoTests --runInBand --detectOpenHandles",
"test": "jest --passWithNoTests --detectOpenHandles",
"test:ci": "pnpm test",
"test:ci-coverage": "pnpm test:coverage",
"test:coverage": "pnpm test -- --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"build:umd": "cross-env FORMAT=umd vite build",
"clean": "rimraf lib esm dist temp",
"start": "cross-env PLAYGROUND=true vite",
"test": "jest --passWithNoTests --runInBand --detectOpenHandles",
"test": "jest --passWithNoTests --detectOpenHandles",
"test:ci": "pnpm test",
"test:ci-coverage": "pnpm test:coverage",
"test:coverage": "pnpm test -- --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build:umd": "cross-env FORMAT=umd vite build",
"clean": "rimraf lib esm dist temp",
"start": "cross-env PLAYGROUND=true vite",
"test": "jest --passWithNoTests --runInBand --detectOpenHandles",
"test": "jest --passWithNoTests --detectOpenHandles",
"test:ci": "pnpm test",
"test:ci-coverage": "pnpm test:coverage",
"test:coverage": "pnpm test -- --coverage",
Expand Down

0 comments on commit dbe0cea

Please sign in to comment.