From 35088db1f3acbb17b34ab5e200d9ab7f86e69dab Mon Sep 17 00:00:00 2001
From: Shawn Erquhart <shawn@erquh.art>
Date: Thu, 28 Mar 2019 15:44:38 -0400
Subject: [PATCH] chore: fix ci test

---
 azure-pipelines.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index db34eed9..0e364796 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,5 +19,6 @@ steps:
     versionSpec: $(node_version)
 
 - script: |
+    yarn
     yarn bootstrap
     yarn test:ci