Skip to content

Commit 2771eac

Browse files
committed
Remove obsolete files and update project configuration: deleted logo_bracket.png and trace.txt; removed GitHub Actions workflow; added vite-plugin-checker to package.json and package-lock.json; adjusted TypeScript path mappings in tsconfig.json for improved module resolution.
1 parent fe1cd83 commit 2771eac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+9038
-141
lines changed

.github/workflows/release-modern.yml

Lines changed: 0 additions & 126 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
node-version: 20
2525

26+
- name: Install root dependencies
27+
run: npm ci
28+
2629
- name: Install dependencies
2730
run: npm ci
2831
working-directory: electron

0 commit comments

Comments
 (0)