Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Pass explicit option value for `--fix` to stylelint.
  • Loading branch information
martincostello authored Jan 13, 2025
1 parent c0a306b commit 8733947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LondonTravel.Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "npm run compile && npm run format && npm run lint",
"compile": "webpack",
"format": "prettier --write assets/**/*.ts && stylelint --fix assets/*/*.css",
"format": "prettier --write assets/**/*.ts && stylelint --fix lax assets/*/*.css",
"format-check": "prettier --check assets/**/*.ts && stylelint assets/*/*.css",
"lint": "eslint assets",
"watch": "webpack --watch"
Expand Down

0 comments on commit 8733947

Please sign in to comment.