Skip to content

Commit e6f597d

Browse files
committed
Run tests in parallel
1 parent 8611ba6 commit e6f597d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
],
1515
"scripts": {
1616
"unit": "uvu . '\\.test\\.js$'",
17-
"test": "c8 pnpm unit && eslint . bin/* && size-limit"
17+
"test:coverage": "c8 pnpm unit",
18+
"test:lint": "eslint . bin/*",
19+
"test:size": "size-limit",
20+
"test": "pnpm run /^test:/"
1821
},
1922
"main": "lib/autoprefixer.js",
2023
"bin": "bin/autoprefixer",

0 commit comments

Comments
 (0)