Skip to content

Commit

Permalink
Fix stylelint command in package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
  • Loading branch information
mynameisbogdan and markus101 committed Mar 14, 2024
1 parent 96d2d61 commit 30fd7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
"lint-fix": "yarn lint --fix",
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc",
"stylelint-windows": "stylelint \"frontend/**/*.css\" --config frontend/.stylelintrc",
"check-modules": "are-you-es5 check . -r"
},
"repository": "https://github.com/Prowlarr/Prowlarr",
Expand Down

0 comments on commit 30fd7c8

Please sign in to comment.