Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Add Vue Buld to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwildermuth committed Nov 13, 2020
1 parent 528bb02 commit 8a5ff06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
npm install
node node_modules/gulp/bin/gulp.js
- name: Vue Build
working-directory: ./src/WilderBlog/client
run: |
npm install
npm run build
- name: Build Project
working-directory: ./src/WilderBlog
run: dotnet build --configuration Release
Expand Down

0 comments on commit 8a5ff06

Please sign in to comment.