Skip to content

Commit 7d34513

Browse files
committed
Fix npm install
1 parent ff614fa commit 7d34513

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

.vsts-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ variables:
44
buildConfiguration: 'Release'
55

66
steps:
7-
7+
- task: Npm@1
8+
inputs:
9+
command: 'install'
10+
workingDir: src/Blazor.Extensions.Logging.JS
811
- task: DotNetCoreCLI@2
912
inputs:
1013
command: 'build'

.vsts-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ variables:
44
buildConfiguration: 'Release'
55

66
steps:
7+
- task: Npm@1
8+
inputs:
9+
command: 'install'
10+
workingDir: src/Blazor.Extensions.Logging.JS
711

812
- task: DotNetCoreCLI@2
913
inputs:

src/Blazor.Extensions.Logging.JS/package-lock.json

+21-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)