Skip to content

Commit f06ae56

Browse files
author
Ibrahim Ethem Gursoy
authored
Update dotnet.yml
1 parent 4662030 commit f06ae56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: 7.0.x
20+
- name: Setup Node.js environment
21+
uses: actions/setup-node@v4.0.1
22+
- name: Nodemodules install
23+
run: |
24+
cd wwwroot/js/
25+
npm install
26+
npm run build
2027
- name: Restore dependencies
2128
run: dotnet restore
2229
- name: Build

0 commit comments

Comments
 (0)