Skip to content

Commit 1b1fe09

Browse files
author
Kamil Sobol
authored
fix: exclude tests from publish (#13153)
1 parent 7f26d2d commit 1b1fe09

File tree

8 files changed

+20
-0
lines changed

8 files changed

+20
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/__tests__/**
2+
src
3+
tsconfig.json
4+
tsconfig.tsbuildinfo
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/__tests__/**
2+
src
3+
tsconfig.json
4+
tsconfig.tsbuildinfo
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/__mocks__/**
22
**/__tests__/**
3+
**/tests/**
34
src
45
tsconfig.json
56
tsconfig.tsbuildinfo
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/__mocks__/**
22
**/__tests__/**
3+
**/tests/**
34
src
45
tsconfig.json
56
tsconfig.tsbuildinfo
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/__mocks__/**
22
**/__tests__/**
3+
**/tests/**
34
src
45
tsconfig.json
56
tsconfig.tsbuildinfo
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/__tests__/**
2+
src
3+
tsconfig.json
4+
tsconfig.tsbuildinfo
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**/__mocks__/**
22
**/__tests__/**
33
**/__e2e__/**
4+
**/__e2e_v2__/**
45
src
56
tsconfig.json
67
tsconfig.tsbuildinfo
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/__tests__/**
2+
src
3+
tsconfig.json
4+
tsconfig.tsbuildinfo

0 commit comments

Comments
 (0)