diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 045962b..51e26e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,10 @@ pool: vmImage: 'Ubuntu 16.04' +trigger: +- master +- features/* +- azure-pipelines steps: - task: NodeTool@0 @@ -12,7 +16,7 @@ steps: 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'