From 1ea2d99ff28ceafb413f609e8c4c8da1eb2e6bb3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 9 Oct 2020 11:33:02 +0200 Subject: [PATCH] ci: run rollup build --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2bf8a4cf5..28cbf55b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -219,7 +219,8 @@ stages: inputs: script: | cd passbook/static/static - yarn + npm i + npm run build - task: CmdLine@2 displayName: Run full test suite inputs: