Skip to content

Commit 007f2be

Browse files
committed
Run rest test in parallel
1 parent 7bacf4b commit 007f2be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"collaborative"
1515
],
1616
"scripts": {
17-
"test": "vitest run --coverage && eslint . && check-dts"
17+
"test:lint": "eslint .",
18+
"test:types": "check-dts",
19+
"test": "vitest run --coverage && pnpm run /^test:/"
1820
},
1921
"author": "Andrey Sitnik <[email protected]>",
2022
"license": "MIT",

0 commit comments

Comments
 (0)