Skip to content

Commit 00e30c5

Browse files
committed
Fix run test scripts
1 parent 8e0d645 commit 00e30c5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

runTests.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
npm ci
29

310
$ErrorFound = $False

runTests.sh

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

8+
npm --prefix ./core/ ci
9+
npm --prefix ./core/ test
10+
npm --prefix ./core/ run build
11+
npm --prefix ./bolt-connection/ ci
12+
npm --prefix ./bolt-connection/ test
13+
npm --prefix ./bolt-connection/ run build
814

915
npm ci
1016

0 commit comments

Comments
 (0)