chore: exclude unit test sources from npm pkg (#11224)

This commit is contained in:
Alex Rudenko 2023-10-23 10:30:12 +02:00 committed by GitHub
parent 2c0d968f41
commit bcd1a8e597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@
"files": [
"lib",
"src",
"!*.test.ts",
"!*.test.js",
"!*.test.d.ts",
"!*.test.js.map",

View File

@ -112,6 +112,7 @@
"lib",
"src",
"install.mjs",
"!*.test.ts",
"!*.test.js",
"!*.test.d.ts",
"!*.test.js.map",