We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2ca0 commit 8282287Copy full SHA for 8282287
packages/devextreme-cli/testing/dev-server.js
@@ -28,7 +28,6 @@ module.exports = class DevServer {
28
29
async build() {
30
try {
31
- fs.rmSync(this.env.deployPath, { recursive: true, force: true });
32
fs.mkdirSync(this.env.deployPath, { recursive: true });
33
34
await runCommand('npm', this.env.npmArgs, {
0 commit comments