Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba authored Sep 12, 2018
1 parent 25c9518 commit 45317c3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@

pool:
vmImage: 'Ubuntu 16.04'
trigger:
- master
- features/*
- azure-pipelines

steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'

# - script: |
# npm install
# npm run build
# displayName: 'npm install and build'
- script: |
npm install
# npm run build
displayName: 'npm install and build'

0 comments on commit 45317c3

Please sign in to comment.