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 fd868f6 commit 9a4500eCopy full SHA for 9a4500e
1 file changed
package.json
@@ -12,7 +12,9 @@
12
"license": "MIT",
13
"repository": "postcss/postcss-parser-tests",
14
"scripts": {
15
- "test": "uvu . '\\.test\\.(ts|js)$' && eslint ."
+ "test:lint": "eslint .",
16
+ "test:unit": "uvu . '\\.test\\.(ts|js)$'",
17
+ "test": "pnpm run /^test:/"
18
},
19
"funding": [
20
{
0 commit comments