Skip to content

Commit

Permalink
fix: add dmg-builder and squirrel-windows to dependency for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhou-glean committed Feb 14, 2024
1 parent 0403278 commit 7bf8195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app-builder-lib/package.json
Expand Up @@ -72,7 +72,9 @@
"sanitize-filename": "^1.6.3",
"semver": "^7.3.8",
"tar": "^6.1.12",
"temp-file": "^3.4.0"
"temp-file": "^3.4.0",
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*"
},
"///": "babel in devDependencies for proton tests",
"devDependencies": {
Expand Down

0 comments on commit 7bf8195

Please sign in to comment.