azure-pipelines.yml: looking like "npm install" is indeed necessary
This commit is contained in:
Родитель
5652648907
Коммит
d3bed4ef58
|
@ -22,6 +22,12 @@ steps:
|
|||
inputs:
|
||||
restoreSolution: '$(solution)'
|
||||
|
||||
- task: Npm@1
|
||||
inputs:
|
||||
command: 'install'
|
||||
workingDir: 'WWTUserWebsite'
|
||||
displayName: NPM install
|
||||
|
||||
- task: Grunt@0
|
||||
inputs:
|
||||
gruntFile: 'WWTUserWebsite\Gruntfile.js'
|
||||
|
|
Загрузка…
Ссылка в новой задаче