Skip to content

Commit

Permalink
chore: fixing dotnet cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Kuprin <vitas_s@inbox.lv>
  • Loading branch information
vkuprin committed Dec 1, 2024
1 parent eb776b2 commit f55fa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
echo "Generating hub types..."
dotnet tool install --global TypedSignalR.Client.TypeScript.Generator &&
dotnet tsrts --project ./GomokuServer/src/GomokuServer.Api/GomokuServer.Api.csproj --output ./GomokuClient/packages/gomoku-api/hubs --assemblies
dotnet tsrts --project ./GomokuServer/src/GomokuServer.Api/GomokuServer.Api.csproj --output ./GomokuClient/packages/gomoku-api/hubs
- name: TypeCheck after Generation
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Vitaly Kuprin (vitas_s@inbox.lv); Aleksandrs Vaguscenko (aleksandrs.vaguscneko@gmail.com)",
"scripts": {
"run:server": "dotnet run --cofiguration Release --project ./GomokuServer/src/GomokuServer.Api/GomokuServer.Api.csproj",
"generate-hub-types:server": "dotnet tsrts --project ./GomokuServer/src/GomokuServer.Api/GomokuServer.Api.csproj --output ./GomokuClient/packages/gomoku-api/hubs --assemblies && yarn format",
"generate-hub-types:server": "dotnet tsrts --project ./GomokuServer/src/GomokuServer.Api/GomokuServer.Api.csproj --output ./GomokuClient/packages/gomoku-api/hubs",
"prettier:client": "cd GomokuClient && yarn format",
"prettier:client:check": "cd GomokuClient && yarn format:check",
"prettier:server": "dotnet format ./GomokuServer/GomokuServer.sln",
Expand Down

0 comments on commit f55fa77

Please sign in to comment.