From 278188d1b021e25db6bd0e92c9815fdc109320ea Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Tue, 13 Apr 2021 11:16:16 +0200 Subject: [PATCH] make gulp, tsc and jest available in npm@6 --- runTests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runTests.sh b/runTests.sh index 57721ca8e..e3bb4a813 100755 --- a/runTests.sh +++ b/runTests.sh @@ -5,6 +5,8 @@ function finish { } trap finish EXIT +npm install -g gulp typescript jest + npm --prefix ./core/ ci npm --prefix ./core/ run build npm --prefix ./bolt-connection/ ci