Skip to content

Commit 1ef236d

Browse files
committed
make gulp, tsc and jest available in npm@6
1 parent 362e120 commit 1ef236d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runTests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ function finish {
55
}
66
trap finish EXIT
77

8+
npm install -g gulp typescript jest
9+
810
npm --prefix ./core/ ci
911
npm --prefix ./core/ run build
1012
npm --prefix ./bolt-connection/ ci

0 commit comments

Comments
 (0)