Update LANCommander.yml

This commit is contained in:
Pat Hartl 2023-08-28 01:36:56 -05:00 committed by GitHub
parent 8e85723f4d
commit 1e98412b17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
run: dotnet restore
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
- run: cd wwwroot/scripts; npm install
- run: cd LANCommander/wwwroot/scripts; npm install
- name: Build
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
- name: Publish