Skip to content

Commit 9a4500e

Browse files
committed
Run tests in parallel
1 parent fd868f6 commit 9a4500e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"license": "MIT",
1313
"repository": "postcss/postcss-parser-tests",
1414
"scripts": {
15-
"test": "uvu . '\\.test\\.(ts|js)$' && eslint ."
15+
"test:lint": "eslint .",
16+
"test:unit": "uvu . '\\.test\\.(ts|js)$'",
17+
"test": "pnpm run /^test:/"
1618
},
1719
"funding": [
1820
{

0 commit comments

Comments
 (0)