Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Fix style linting
Browse files Browse the repository at this point in the history
This command wasn't working as we were targeting the wrong type of file.
Fixed it. Whoopsie.
  • Loading branch information
jrjohnson committed Feb 1, 2024
1 parent 1414b0c commit d0a8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "The Ilios Team ([email protected])",
"scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css": "stylelint \"**/*.scss\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
Expand Down

0 comments on commit d0a8360

Please sign in to comment.