-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 749 Bytes
/
package.json
File metadata and controls
13 lines (13 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "serratedjsinterop",
"version": "0.0.0",
"private": true,
"scripts": {
"pack:release": "dotnet pack SerratedJSInterop.sln -c Release -o nugetpackout",
"pack:debug": "dotnet pack SerratedJSInterop.sln -c Debug -o nugetpackout",
"publish:BlazorWasm": "dotnet publish SerratedJSInterop.Tests.BlazorWasm\\SerratedJSInterop.Tests.BlazorWasm.csproj -c Release -o publish\\BlazorWasm",
"publish:WasmBrowser": "dotnet publish SerratedJSInterop.Tests.WasmBrowser\\0SerratedJSInterop.Tests.WasmBrowser.csproj -c Release -o publish\\WasmBrowser",
"launchPublished:BlazorWasm": "dotnet serve -o -d publish\\BlazorWasm\\wwwroot",
"launchPublished:WasmBrowser": "dotnet serve -o -d publish\\WasmBrowser\\AppBundle"
}
}