Skip to content

Commit

Permalink
Run more tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 18, 2023
1 parent 736b651 commit 193df04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test:lint": "eslint .",
"test:size": "size-limit",
"test:types": "check-dts",
"test": "vitest run --coverage && pnpm run /^test:/ && pnpm build && pnpm clean",
"test:build": "pnpm build",
"test": "vitest run --coverage && pnpm run /^test:/",
"build": "vite build test/demo/ -m production --base /client/",
"start": "vite test/demo/ --open"
},
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
"strict": true,
"noEmit": true
},
"exclude": [
"**/errors.ts"
]
"exclude": ["**/errors.ts", "test/demo/dist/**.js"]
}

0 comments on commit 193df04

Please sign in to comment.