Skip to content

Commit

Permalink
fix: ensure npm run lint returns error on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Aug 1, 2023
1 parent f84950d commit 5e6e0d9
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 @@ -10,7 +10,7 @@
"build": "fedx-scripts webpack",
"build:with-theme": "THEME=npm:@edx/brand-edx.org@latest npm run install-theme && fedx-scripts webpack",
"check-types": "tsc --noemit",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .; npm run check-types",
"lint": "fedx-scripts eslint --ext .js --ext .jsx . && npm run check-types",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .tsx --ext .ts .",
"precommit": "npm run lint",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 5e6e0d9

Please sign in to comment.