Skip to content

Commit af839ab

Browse files
committed
test: fix workspace-level tests and add test:ci to all packages
1 parent 4a88457 commit af839ab

26 files changed

Lines changed: 2277 additions & 11 deletions

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"clean": "pnpm -r run clean",
1717
"build:types": "tsc -b",
1818
"build": "pnpm -r --filter '@effect-migrate/*' run build",
19-
"test": "vitest",
20-
"test:ci": "vitest run",
19+
"test": "pnpm -r run test",
20+
"test:ci": "pnpm -r run test:ci",
2121
"lint": "pnpm -r run lint",
2222
"lint:fix": "pnpm -r run lint:fix",
2323
"format": "pnpm lint:fix",

0 commit comments

Comments
 (0)