chore(SetupFont): rename controlManager to typographySettingsStore for better semantic #37

Merged
ilia merged 83 commits from feature/united-widget into main 2026-04-22 10:04:41 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit cbc978df6d - Show all commits
+6
View File
@@ -43,6 +43,12 @@ jobs:
- name: Type Check - name: Type Check
run: yarn check run: yarn check
- name: Run Unit Tests
run: yarn test:unit
- name: Run Component Tests
run: yarn test:component
publish: publish:
needs: build # Only runs if tests/lint pass needs: build # Only runs if tests/lint pass
runs-on: ubuntu-latest runs-on: ubuntu-latest
+4
View File
@@ -13,6 +13,10 @@ pre-commit:
pre-push: pre-push:
parallel: true parallel: true
commands: commands:
test-unit:
run: yarn test:unit
test-component:
run: yarn test:component
type-check: type-check:
run: yarn tsc --noEmit run: yarn tsc --noEmit