Exclude tests from packages

This commit is contained in:
Andrey Sobolev
2025-09-19 15:17:04 +07:00
parent 01f2d15333
commit 3adcdb2b90
8 changed files with 23 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
*
!/lib/**
!/types/**
!CHANGELOG.md
/lib/**/__tests__/
/lib/**/__test__/
/types/**/__test__/
+2
View File
@@ -8,7 +8,9 @@
"license": "EPL-2.0",
"files": [
"lib/**/*",
"!lib/**/__test__/**",
"types/**/*",
"!types/**/__test__/**",
"README.md",
"CHANGELOG.md"
],
+3 -1
View File
@@ -1,4 +1,6 @@
*
!/lib/**
!/types/**
!CHANGELOG.md
/lib/**/__tests__/
/lib/**/__test__/
/types/**/__test__/
+2
View File
@@ -8,7 +8,9 @@
"license": "EPL-2.0",
"files": [
"lib/**/*",
"!lib/**/__test__/**",
"types/**/*",
"!types/**/__test__/**",
"README.md",
"CHANGELOG.md"
],
+6
View File
@@ -0,0 +1,6 @@
*
!/lib/**
!/types/**
!CHANGELOG.md
/lib/**/__test__/
/types/**/__test__/
+2
View File
@@ -8,7 +8,9 @@
"license": "EPL-2.0",
"files": [
"lib/**/*",
"!lib/**/__test__/**",
"types/**/*",
"!types/**/__test__/**",
"README.md",
"CHANGELOG.md"
],
+3 -1
View File
@@ -1,4 +1,6 @@
*
!/lib/**
!/types/**
!CHANGELOG.md
/lib/**/__tests__/
/lib/**/__test__/
/types/**/__test__/
+2
View File
@@ -8,7 +8,9 @@
"license": "EPL-2.0",
"files": [
"lib/**/*",
"!lib/**/__test__/**",
"types/**/*",
"!types/**/__test__/**",
"README.md",
"CHANGELOG.md"
],