From fabd5f3b6a9f01445fccd424da43782eb0f65aee Mon Sep 17 00:00:00 2001 From: Lakshmishri Date: Thu, 17 Aug 2023 11:05:13 +0200 Subject: [PATCH] change lint staged command --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d37863b98..9379e0432 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "url": "https://github.com/adobe/helix-project-boilerplate/issues" }, "lint-staged": { - "**/*.{js,css}": [ - "npm run lint" - ] + "**/*.js": "npm run lint", + "**/*.css": "npm run lint:css" + }, "homepage": "https://github.com/adobe/helix-project-boilerplate#readme", "devDependencies": {