Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 7, 2025
1 parent 483484e commit 2e494ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasksEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function copyAllFiles() {
copyFiles('src-editor/build/static/js/main.*.chunk.js', 'admin/static/js/');
}

deleteFoldersRecursive(`${__dirname}/admin`, ['chart']);
deleteFoldersRecursive(`${__dirname}/admin`, ['chart', 'preview']);
deleteFoldersRecursive(`${__dirname}/src-editor/build`);

let installPromise;
Expand Down

0 comments on commit 2e494ab

Please sign in to comment.