mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
fix(electron): release desktop app workflow (#4594)
This commit is contained in:
@@ -41,9 +41,12 @@ $.env.DISTRIBUTION = 'desktop';
|
||||
|
||||
cd(repoRootDir);
|
||||
|
||||
if (!process.env.SKIP_PLUGIN_BUILD) {
|
||||
await $`yarn -T run build:plugins`;
|
||||
}
|
||||
|
||||
// step 1: build web (nextjs) dist
|
||||
if (!process.env.SKIP_WEB_BUILD) {
|
||||
await $`yarn -T run build:plugins`;
|
||||
await $`yarn nx build @affine/core`;
|
||||
|
||||
await $`yarn workspace @affine/electron build`;
|
||||
|
||||
Reference in New Issue
Block a user