Skip to content

Commit 499ab7f

Browse files
committed
refactor: corrected the test scope
1 parent d3d4fe5 commit 499ab7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint": "pnpm --parallel run '/^lint:[^:]*$/'",
3434
"lint:markdownlint": "markdownlint --config .config/.markdown-lint.yml **/*.md",
3535
"lint:packages": "publint packages/css-if-polyfill && publint packages/postcss-if-function && publint packages/stylelint-config-if-function",
36-
"lint:stylelint": "stylelint test/fixtures/basic-media.input.css --config .config/.stylelintrc.json",
36+
"lint:stylelint": "stylelint test/fixtures/*.input.css --config .config/.stylelintrc.json",
3737
"lint:stylelint:14": "npx stylelint@14 test/fixtures/*.input.css --config .config/.stylelintrc.older.json",
3838
"lint:stylelint:15": "npx stylelint@15 test/fixtures/*.input.css --config .config/.stylelintrc.older.json",
3939
"lint:xo": "xo",

0 commit comments

Comments
 (0)