diff options
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index f725a0f5..7c6d28f0 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "start-dotnet": "dotnet run --project ..", + "start-dotnet": "dotnet run --project ../Timeline.csproj", "build": "ng build", "build:ssr": "ng run Timeline:server:dev", "test": "ng test", |