Skip to content

Commit 2bdd42e

Browse files
committed
chore: fix release script to include the v3 files by default
1 parent 08bbb0c commit 2bdd42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function run() {
8282
pkg.version = mainPkg.version;
8383
await fs.writeFile(`${pkgDir}/package.json`, JSON.stringify(pkg, null, 2));
8484

85-
await removeFiles(path.resolve(`packages/${target}/dist`));
85+
// await removeFiles(path.resolve(`packages/${target}/dist`));
8686

8787
await publish(target);
8888
}

0 commit comments

Comments
 (0)