From 22c0cc7ddd1d5ec480ee6d8543394a7e5421ebd4 Mon Sep 17 00:00:00 2001 From: Antonio Barcelos Date: Tue, 13 Apr 2021 11:23:25 +0200 Subject: [PATCH] make gulp, tsc and jest available in npm@6 in windows --- runTests.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runTests.ps1 b/runTests.ps1 index fba826d25..0f208a140 100644 --- a/runTests.ps1 +++ b/runTests.ps1 @@ -1,3 +1,5 @@ +npm install -g gulp typescript jest + npm --prefix core ci npm --prefix core run build npm --prefix bolt-connection ci