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