diff --git a/package.json b/package.json index 3a6fc6686..fab95e2ba 100644 --- a/package.json +++ b/package.json @@ -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",