From 3ba89a0ad294926f0053cf2d38e15142c1af1c45 Mon Sep 17 00:00:00 2001 From: Thadeu Cotts Date: Tue, 21 Jan 2020 14:47:50 -0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9b6419..08fefa4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,5 +18,5 @@ steps: - script: | npm install -g webpack webpack-cli --save-dev npm install - npx webpack --config webpack.config.js + npm run test displayName: 'npm install, run webpack'