mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 09:14:11 +03:00
fix: remove export
script
This commit is contained in:
parent
b35d99d935
commit
ec973395da
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user