Skip to content

Commit 54c7872

Browse files
authored
add test:ci script to all packages (#3056)
1 parent 425dfb1 commit 54c7872

File tree

16 files changed

+31
-16
lines changed

16 files changed

+31
-16
lines changed

‎packages-exp/app-types-exp/package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"license": "Apache-2.0",
88
"scripts": {
99
"test": "tsc",
10+
"test:ci": "node ../../scripts/run_tests_in_ci.js",
1011
"api-report": "api-extractor run --local --verbose",
1112
"predoc": "node ../../scripts/exp/remove-exp.js temp",
1213
"doc": "api-documenter markdown --input temp --output docs",

‎packages/analytics-interop-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/analytics-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/app-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts",

‎packages/auth-interop-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/auth-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/database-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/firestore-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/functions-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

‎packages/installations-types/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"test": "tsc"
8+
"test": "tsc",
9+
"test:ci": "node ../../scripts/run_tests_in_ci.js"
910
},
1011
"files": [
1112
"index.d.ts"

0 commit comments

Comments
 (0)