mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 13:52:57 +03:00
build: move file
This commit is contained in:
parent
a9db82ea21
commit
f4b3c70fd4
@ -42,6 +42,7 @@ cd(repoRootDir);
|
||||
// step 1: build web (nextjs) dist
|
||||
if (!process.env.SKIP_WEB_BUILD) {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user