fix: remove export script

This commit is contained in:
Alex Yang 2023-07-01 21:34:24 +08:00
parent b35d99d935
commit ec973395da

View File

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