We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362e120 commit 1ef236dCopy full SHA for 1ef236d
runTests.sh
@@ -5,6 +5,8 @@ function finish {
5
}
6
trap finish EXIT
7
8
+npm install -g gulp typescript jest
9
+
10
npm --prefix ./core/ ci
11
npm --prefix ./core/ run build
12
npm --prefix ./bolt-connection/ ci
0 commit comments