Skip to content

Commit

Permalink
ci: wrong script to build electron renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Dec 26, 2024
1 parent 0af46c9 commit a145986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/apps/electron/scripts/generate-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const cwd = repoRootDir;

// step 1: build web dist
if (!process.env.SKIP_WEB_BUILD) {
spawnSync('yarn', ['affine', '@affine/electron', 'bundle'], {
spawnSync('yarn', ['affine', '@affine/electron-renderer', 'build'], {
stdio: 'inherit',
env: process.env,
cwd,
Expand Down

0 comments on commit a145986

Please sign in to comment.