We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec5e5a commit 295bafbCopy full SHA for 295bafb
1 file changed
netlify/build.sh
@@ -11,12 +11,12 @@ popd
11
## Install wasm-tools
12
dotnet workload install wasm-tools
13
14
+## Install playwright browsers for .NET (kein pwsh nötig!)
15
+dotnet playwright install --with-deps
16
+
17
## Build
18
dotnet build
19
-## Install playwright
-pwsh AudioCuesheetEditor.End2EndTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
-
20
## Start Server for tests
21
dotnet run --project AudioCuesheetEditor &
22
0 commit comments