We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8611ba6 commit e6f597dCopy full SHA for e6f597d
package.json
@@ -14,7 +14,10 @@
14
],
15
"scripts": {
16
"unit": "uvu . '\\.test\\.js$'",
17
- "test": "c8 pnpm unit && eslint . bin/* && size-limit"
+ "test:coverage": "c8 pnpm unit",
18
+ "test:lint": "eslint . bin/*",
19
+ "test:size": "size-limit",
20
+ "test": "pnpm run /^test:/"
21
},
22
"main": "lib/autoprefixer.js",
23
"bin": "bin/autoprefixer",
0 commit comments