diff --git a/package.json b/package.json index a585cba13..748ef4833 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "prepare": "husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true", "preview": "nx preview", "storybook": "nx storybook -p 6006", - "stylelint:fix": "stylelint --cache --fix", - "stylelint": "stylelint --cache", + "stylelint:fix": "stylelint --cache --fix '{apps,packages,src}/**/*.{css,vue}'", + "stylelint": "stylelint --cache '{apps,packages,src}/**/*.{css,vue}'", "test:browser": "pnpm exec nx e2e", "test:unit": "nx run test", "typecheck": "vue-tsc --noEmit",