mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
build: move file
This commit is contained in:
@@ -42,6 +42,7 @@ cd(repoRootDir);
|
|||||||
// step 1: build web (nextjs) dist
|
// step 1: build web (nextjs) dist
|
||||||
if (!process.env.SKIP_WEB_BUILD) {
|
if (!process.env.SKIP_WEB_BUILD) {
|
||||||
await $`DISTRIBUTION=desktop yarn nx build @affine/core`;
|
await $`DISTRIBUTION=desktop yarn nx build @affine/core`;
|
||||||
|
await fs.move(affineCoreOutDir, publicAffineOutDir, { overwrite: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
// step 2: update app-updater.yml content with build type in resources folder
|
// step 2: update app-updater.yml content with build type in resources folder
|
||||||
|
|||||||
Reference in New Issue
Block a user