Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 13, 2023
1 parent 8611ba6 commit e6f597d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,10 @@
],
"scripts": {
"unit": "uvu . '\\.test\\.js$'",
"test": "c8 pnpm unit && eslint . bin/* && size-limit"
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint . bin/*",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
},
"main": "lib/autoprefixer.js",
"bin": "bin/autoprefixer",
Expand Down

0 comments on commit e6f597d

Please sign in to comment.