diff --git a/js/grunt/tasks/clean.ts b/js/grunt/tasks/clean.ts index 06b585a0..8c8093b1 100644 --- a/js/grunt/tasks/clean.ts +++ b/js/grunt/tasks/clean.ts @@ -18,6 +18,5 @@ export const clean = ( async () => { if ( grunt.file.exists( buildDirectory ) ) { grunt.file.delete( buildDirectory ); } - grunt.file.mkdir( buildDirectory ); fs.mkdirSync( buildDirectory, { recursive: true } ); } )(); \ No newline at end of file