From f5391c163fa9a7edaa186a9ce868d6b7b2675295 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 1 Apr 2019 11:10:13 +0200 Subject: [PATCH] Compile sources before running --- test/smoke/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/smoke/README.md b/test/smoke/README.md index 57c8ada6587..edd945e12b3 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -5,6 +5,10 @@ Make sure you are on **Node v10.x**. ### Run ```bash +# Compile +cd test/smoke +yarn compile + # Dev yarn smoketest