im gonna kill myself you see

This commit is contained in:
2025-12-03 22:20:26 -05:00
parent f81378d23b
commit 9372c0fee5
2 changed files with 1 additions and 7 deletions

View File

@@ -21,9 +21,6 @@ jobs:
working-directory: electron-app
run: npm install --ignore-scripts
- name: Install TypeScript globally
run: npm install -g typescript
- name: Build and package for Windows
working-directory: electron-app
run: npm run electron:build -- --win
@@ -54,9 +51,6 @@ jobs:
working-directory: electron-app
run: npm install --ignore-scripts
- name: Install TypeScript globally
run: npm install -g typescript
- name: Build and package for Linux
working-directory: electron-app
run: npm run electron:build -- --linux