Skip to content

Commit

Permalink
CI was not failling when stylelint reported warnings (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Mar 14, 2024
2 parents 417b983 + 23e2693 commit 755b13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/app/playground/typography/typo.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.font-sample {
margin-bottom: 4rem;
padding-top: 1.5rem;
border-top: 1px solid;
border-top: 0.0625rem solid;
}

.number {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/ui/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

.hd-typo__cell-font-family {
max-width: 125px;
max-width: 7.8125rem;
}

.hd-top__row .hd-table__cell {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-icons": "pnpm --filter=\"svg-icons\" generate-icons && pnpm --filter=\"@hopper-ui/icons*\" generate-icons",
"lint": "pnpm run \"/^lint:.*/\" && pnpm run typecheck",
"lint:eslint": "eslint . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint",
"lint:style": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-location node_modules/.cache/stylelint",
"lint:style": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-location node_modules/.cache/stylelint --max-warnings=0",
"typecheck": "pnpm -r --parallel --include-workspace-root exec tsc --noEmit",
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist node_modules/.cache",
"reset": "pnpm clean && pnpm reset:modules",
Expand Down

0 comments on commit 755b13b

Please sign in to comment.