Skip to content

Commit 6a8083a

Browse files
Fix WASM perf benchmarks (#54231)
1 parent dec9838 commit 6a8083a

File tree

1 file changed

+1
-0
lines changed
  • src/Components/benchmarkapps/Wasm.Performance

1 file changed

+1
-0
lines changed

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN git init \
2424
&& git remote add origin https://github.com/aspnet/aspnetcore
2525

2626
RUN ./restore.sh
27+
RUN npm run build
2728
RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
2829
RUN chmod +x /app/Wasm.Performance.Driver
2930

0 commit comments

Comments
 (0)