Skip to content

Commit fac0e57

Browse files
authored
Merge pull request #267 from ringcentral/WAT-4237-v2
WAT-4237
2 parents 52dc5a0 + 449a29f commit fac0e57

37 files changed

Lines changed: 280 additions & 39 deletions

File tree

core/api/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"dependencies": {

core/async-assert/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"url": "git+https://github.com/ringcentral/testring.git"
1616
},
1717
"scripts": {
18-
"test": "echo \"Error: run tests from root\" && exit 1"
18+
"test": "echo \"Error: run tests from root\" && exit 1",
19+
"build": "tsc -p tsconfig.build.json"
1920
},
2021
"bugs": {
2122
"url": "https://github.com/ringcentral/testring/issues"

core/async-breakpoints/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"bugs": {

core/child-process/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"@testring/types": "0.8.1",
1212
"@testring/utils": "0.8.1"
1313
},
14+
"scripts": {
15+
"build": "tsc -p tsconfig.build.json"
16+
},
1417
"author": "RingCentral",
1518
"license": "MIT"
1619
}

core/cli-config/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"dependencies": {

core/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"dependencies": {

core/dependencies-builder/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"dependencies": {

core/fs-reader/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"author": "RingCentral",
1111
"license": "MIT",
1212
"scripts": {
13-
"test:performance": "mocha --performance --reporter spec"
13+
"test:performance": "mocha --performance --reporter spec",
14+
"build": "tsc -p tsconfig.build.json"
1415
},
1516
"dependencies": {
1617
"@testring/logger": "0.8.1",

core/fs-store/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@testring/utils": "0.8.1"
2525
},
2626
"scripts": {
27-
"test": "mocha"
27+
"test": "mocha",
28+
"build": "tsc -p tsconfig.build.json"
2829
},
2930
"bugs": {
3031
"url": "https://github.com/ringcentral/testring/issues"

core/logger/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/ringcentral/testring.git"
99
},
10+
"scripts": {
11+
"build": "tsc -p tsconfig.build.json"
12+
},
1013
"author": "RingCentral",
1114
"license": "MIT",
1215
"dependencies": {

0 commit comments

Comments
 (0)