Skip to content

Commit 882f749

Browse files
authored
Merge b1271c6 into 425dfb1
2 parents 425dfb1 + b1271c6 commit 882f749

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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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/messaging-types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <[email protected]> (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/performance-types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <[email protected]> (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/remote-config-types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <[email protected]> (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/storage-types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "Firebase <[email protected]> (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/template-types/package.json

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

scripts/emulator-testing/emulators/emulator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2018 Google Inc.
3+
* Copyright 2018 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ export abstract class Emulator {
4040

4141
download(): Promise<void> {
4242
return new Promise<void>((resolve, reject) => {
43-
tmp.dir((err: Error, dir: string) => {
43+
tmp.dir((err: Error | null, dir: string) => {
4444
if (err) reject(err);
4545

4646
console.log(`Created temporary directory at [${dir}].`);

0 commit comments

Comments
 (0)