chore: add internal vite config (#568)

This commit is contained in:
Marco Pasqualetti
2025-02-16 15:39:25 +01:00
committed by GitHub
parent d37b655add
commit 12e0937174
20 changed files with 420 additions and 1195 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/install-node-dependencies
- name: Test project
run: pnpm repo:root:format:check
run: pnpm repo:root:format
ci_ok:
name: Repo root CI OK
+4 -4
View File
@@ -51,13 +51,13 @@ jobs:
uses: ./.github/actions/install-node-dependencies
- name: Check formatting
run: pnpm format:check
run: pnpm run format
- name: Lint
run: pnpm lint
run: pnpm run lint
- name: Types
run: pnpm types
- name: Typecheck
run: pnpm run typecheck
ci_ok:
name: Typescript CI OK