Skip to content

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
galvesribeiro committed Jul 26, 2018
1 parent ff614fa commit 7d34513
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ variables:
buildConfiguration: 'Release'

steps:

- task: Npm@1
inputs:
command: 'install'
workingDir: src/Blazor.Extensions.Logging.JS
- task: DotNetCoreCLI@2
inputs:
command: 'build'
Expand Down
4 changes: 4 additions & 0 deletions .vsts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ variables:
buildConfiguration: 'Release'

steps:
- task: Npm@1
inputs:
command: 'install'
workingDir: src/Blazor.Extensions.Logging.JS

- task: DotNetCoreCLI@2
inputs:
Expand Down
28 changes: 21 additions & 7 deletions src/Blazor.Extensions.Logging.JS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d34513

Please sign in to comment.