Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(*/npm): ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed Feb 26, 2021
1 parent f60eb21 commit f5d1927
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion libs/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion libs/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist",
"types",
"!dist/*.tsbuildinfo",
"!**/**.map"
"!**/**.map",
"!**/*.test.*"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit f5d1927

Please sign in to comment.