Skip to content

Commit 8702ba1

Browse files
author
Boyan Mihaylov
committed
Upgrade to React 18
1 parent 0849427 commit 8702ba1

File tree

5 files changed

+1860
-3741
lines changed

5 files changed

+1860
-3741
lines changed

blazor-output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const run = async (buildConfiguration) => {
1515
await rimrafAsync(buildDir);
1616
}
1717

18-
await fsAsync.mkdir(buildDir);
18+
await fsAsync.mkdir(buildDir, { recursive: true });
1919

2020
const publishDir = `${__dirname}/src/blazor/bin/${buildConfiguration}/net5.0/publish/wwwroot`;
2121
await ncpAsync(`${publishDir}/_framework`, `${buildDir}/_framework`);

0 commit comments

Comments
 (0)