Skip to content

Commit

Permalink
Merge pull request #7691 from jrjohnson/dont-fix-lint
Browse files Browse the repository at this point in the history
Update lint command
  • Loading branch information
dartajax authored Mar 6, 2024
2 parents a7977a5 + 30de915 commit f600ed4
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": {
"preinstall": "npx only-allow pnpm",
"lint": "pnpm run --parallel /^lint:.*/",
"lint": "pnpm run --parallel \"/^lint:(hbs|js|css)$/\"",
"lint:js": "pnpm run --parallel lint:js",
"lint:hbs": "pnpm run --parallel lint:hbs",
"lint:css": "pnpm run --parallel lint:css",
Expand Down

0 comments on commit f600ed4

Please sign in to comment.