Fix issues with shared-components prettier (#32581)

Ignore file ignores if running prettier directly in SC
Also was missing storybook-static

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-19 15:16:53 +00:00 committed by GitHub
parent c6dd0dfe00
commit 38dbfb7a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -49,4 +49,5 @@ res/jitsi_external_api.min.js
packages/shared-components/dist/
packages/shared-components/src/i18n/i18nKeys.d.ts
packages/shared-components/typedoc/
packages/shared-components/storybook-static/

View File

@ -47,7 +47,7 @@
"build:storybook": "nx run @element-hq/web-shared-components:storybook",
"build:doc": "nx run @element-hq/web-shared-components:typedoc",
"lint": "pnpm lint:types && pnpm lint:js",
"lint:js": "eslint --max-warnings 0 src && prettier --check .",
"lint:js": "eslint --max-warnings 0 src && prettier --ignore-path ../../.prettierignore --check .",
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
},
"dependencies": {