Skip to content

Commit 8282287

Browse files
refactor
1 parent 9ca2ca0 commit 8282287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devextreme-cli/testing/dev-server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = class DevServer {
2828

2929
async build() {
3030
try {
31-
fs.rmSync(this.env.deployPath, { recursive: true, force: true });
3231
fs.mkdirSync(this.env.deployPath, { recursive: true });
3332

3433
await runCommand('npm', this.env.npmArgs, {

0 commit comments

Comments
 (0)