Skip to content

Commit

Permalink
change lint staged command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmishri committed Aug 17, 2023
1 parent 391c7ae commit fabd5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fabd5f3

Please sign in to comment.