mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
ci: wrong script to build electron renderer
This commit is contained in:
@@ -46,7 +46,7 @@ const cwd = repoRootDir;
|
|||||||
|
|
||||||
// step 1: build web dist
|
// step 1: build web dist
|
||||||
if (!process.env.SKIP_WEB_BUILD) {
|
if (!process.env.SKIP_WEB_BUILD) {
|
||||||
spawnSync('yarn', ['affine', '@affine/electron', 'bundle'], {
|
spawnSync('yarn', ['affine', '@affine/electron-renderer', 'build'], {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
env: process.env,
|
env: process.env,
|
||||||
cwd,
|
cwd,
|
||||||
|
|||||||
Reference in New Issue
Block a user