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 8e0d645 commit 00e30c5Copy full SHA for 00e30c5
runTests.ps1
@@ -1,3 +1,10 @@
1
+npm --prefix core ci
2
+npm --prefix core test
3
+npm --prefix core run build
4
+npm --prefix bolt-connection ci
5
+npm --prefix bolt-connection test
6
+npm --prefix bolt-connection run build
7
+
8
npm ci
9
10
$ErrorFound = $False
runTests.sh
@@ -5,6 +5,12 @@ function finish {
}
trap finish EXIT
+npm --prefix ./core/ ci
+npm --prefix ./core/ test
+npm --prefix ./core/ run build
11
+npm --prefix ./bolt-connection/ ci
12
+npm --prefix ./bolt-connection/ test
13
+npm --prefix ./bolt-connection/ run build
14
15
16
0 commit comments