Skip to content

Commit 295bafb

Browse files
Update build.sh
1 parent 7ec5e5a commit 295bafb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

netlify/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ popd
1111
## Install wasm-tools
1212
dotnet workload install wasm-tools
1313

14+
## Install playwright browsers for .NET (kein pwsh nötig!)
15+
dotnet playwright install --with-deps
16+
1417
## Build
1518
dotnet build
1619

17-
## Install playwright
18-
pwsh AudioCuesheetEditor.End2EndTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
19-
2020
## Start Server for tests
2121
dotnet run --project AudioCuesheetEditor &
2222

0 commit comments

Comments
 (0)