Skip to content

Commit

Permalink
Update lint command
Browse files Browse the repository at this point in the history
The previous regex was running the fix commands as well, this keeps it
to just linting.
  • Loading branch information
jrjohnson committed Mar 6, 2024
1 parent a7977a5 commit 30de915
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 30de915

Please sign in to comment.