From f79767e1536141d666bd6fc00e3b4b4a3cdd6610 Mon Sep 17 00:00:00 2001 From: saikrishna321 Date: Sun, 4 Feb 2024 12:01:23 +0800 Subject: [PATCH] azure submodule --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fb84bf65c..55080c765 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,7 @@ jobs: git submodule update --init --recursive - script: | npm ci + npm run bundle npm test displayName: 'npm test' - script: |