Skip to content

Commit 2d3f149

Browse files
committed
fix: don't rm build dir
1 parent 1cdd0bb commit 2d3f149

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/scripts/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { getDeploymentVersion } from './get-deployment-version.js';
88

99
try {
1010
// Create release and pack directories
11-
// Clean existing deploy folder
12-
await rm('./deploy', { recursive: true }).catch(() => {});
1311
await mkdir('./deploy/release', { recursive: true });
1412
await mkdir('./deploy/pack', { recursive: true });
1513

0 commit comments

Comments
 (0)