fix: remove export script

This commit is contained in:
Alex Yang
2023-07-01 21:34:24 +08:00
parent b467ab1d76
commit 5d5110126e

View File

@@ -43,7 +43,6 @@ cd(repoRootDir);
if (!process.env.SKIP_WEB_BUILD) {
process.env.ENABLE_LEGACY_PROVIDER = 'false';
await $`yarn nx build @affine/web`;
await $`yarn nx export @affine/web`;
// step 1.5: amend sourceMappingURL to allow debugging in devtools
await glob('**/*.{js,css}', { cwd: affineWebOutDir }).then(files => {