Skip to content

Commit

Permalink
Fix ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Jan 21, 2025
1 parent c861941 commit 2ec8832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"property-no-vendor-prefix": null,
"scss/dollar-variable-empty-line-before": null,
"scss/double-slash-comment-empty-line-before": null,
"scss/double-slash-comment-whitespace-inside": null,
"scss/operator-no-newline-after": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint:ts:fix": "biome check --write",
"lint:scss": "stylelint **/*.scss --cache --ignore-path .gitignore",
"lint:scss:fix": "stylelint **/*.scss --cache --ignore-path .gitignore --fix; stylelint_exit=$?; prettier **/*.scss --cache --write; exit $stylelint_exit",
"lint:i18n": "pnpm -F @bin/utils trans-lint",
"lint:i18n": "pnpm -F @bin/utils run trans-lint",
"lint": "pnpm lint:ts && pnpm lint:scss",
"lint:fix": "pnpm lint:ts:fix && pnpm lint:scss:fix",
"format": "biome format && prettier --cache --check .",
Expand Down

0 comments on commit 2ec8832

Please sign in to comment.