Skip to content

Commit 194aff2

Browse files
authored
fix: onlyBuiltDependenciesを修正 (#3027)
1 parent 4d2f235 commit 194aff2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"// --- lifecycle ---": "",
5252
"preinstall": "npx -y only-allow pnpm",
5353
"postinstall": "pnpm run postinstall:packages && pnpm run postinstall:download-scripts",
54-
"postinstall:packages": "electron-builder install-app-deps && playwright install chromium",
54+
"postinstall:packages": "install-electron && electron-builder install-app-deps && playwright install chromium",
5555
"postinstall:download-scripts": "tsx tools/download7z.ts && tsx tools/downloadTypos.ts && tsx tools/downloadAppimagetool.ts && tsx tools/downloadType2Runtime.ts",
5656
"postuninstall": "electron-builder install-app-deps"
5757
},

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ minimumReleaseAge: 10080
55
onlyBuiltDependencies:
66
- '@nestjs/core'
77
- '@openapitools/openapi-generator-cli'
8-
- electron
98
- esbuild
10-
- msw
119
- vue-demi

0 commit comments

Comments
 (0)