Skip to content

Commit

Permalink
Updated datagrid tools that did not remove es-modules properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbochan committed Jan 7, 2025
1 parent 2c8a329 commit 1c2c74c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/gulptasks/dashboards/dist-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ async function distRelease() {
true
);

fsLib.deleteDirectory(
path.join(distRepository, 'es-modules', 'DataGrid'),
true
);

fsLib.deleteDirectory(
path.join(distRepository, 'css', 'dashboards'),
true
Expand Down

0 comments on commit 1c2c74c

Please sign in to comment.