Skip to content

Commit

Permalink
fix(build): add macos-alias for exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
skjsjhb committed Feb 9, 2025
1 parent a742fcf commit d9e1650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
bun-version: "1.2.2"
- name: Install Dependencies
run: |-
bun pm trust --all
bun install
- name: Check Types
run: bun type-check
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"electron",
"esbuild",
"lzma-native",
"electron-installer-dmg"
"electron-installer-dmg",
"macos-alias"
]
}

0 comments on commit d9e1650

Please sign in to comment.