From 45317c3f7aab2de9bc4087497efc557739d6443e Mon Sep 17 00:00:00 2001 From: Hiroaki Matoba Date: Wed, 12 Sep 2018 14:35:18 +0900 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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'