From 30fd7c8c2a9a669a2966989f8875df2b0257cc68 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 14 Mar 2024 15:52:20 +0200 Subject: [PATCH] Fix stylelint command in package.json Co-authored-by: Mark McDowall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f15e6f5f..25d923a7b 100644 --- a/package.json +++ b/package.json @@ -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",