Skip to content

Commit e71dadf

Browse files
committed
fix: do not ship unit tests in released packages
1 parent 94c6a27 commit e71dadf

File tree

17 files changed

+15
-2
lines changed

17 files changed

+15
-2
lines changed

packages/analytics/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/app-check/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ android/.settings
6363
*.coverage.json
6464
.circleci
6565
.eslintignore
66+
__tests__

packages/app-distribution/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ android/.settings
6363
*.coverage.json
6464
.circleci
6565
.eslintignore
66+
__tests__

packages/app/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ android/.settings
6767
.eslintignore
6868
type-test.ts
6969
scripts
70+
__tests__

packages/auth/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/crashlytics/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ android/.settings
6767
.circleci
6868
.eslintignore
6969
type-test.ts
70+
__tests__

packages/database/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/dynamic-links/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
test-types.ts
67+
__tests__

packages/firestore/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/functions/.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67-
6867
__tests__

packages/in-app-messaging/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/installations/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ android/.settings
6363
*.coverage.json
6464
.circleci
6565
.eslintignore
66+
__tests__

packages/messaging/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/ml/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/perf/.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ android/.settings
6767
.circleci
6868
.eslintignore
6969
type-test.ts
70-
7170
__tests__

packages/remote-config/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

packages/storage/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ android/.settings
6464
.circleci
6565
.eslintignore
6666
type-test.ts
67+
__tests__

0 commit comments

Comments
 (0)