Skip to content

Commit

Permalink
chore: 尝试解决 ci 卡死
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Dec 13, 2024
1 parent 362f70a commit c7531e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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",
"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",
"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",
"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",
"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 c7531e0

Please sign in to comment.