mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: exclude unit test sources from npm pkg (#11224)
This commit is contained in:
parent
2c0d968f41
commit
bcd1a8e597
@ -108,6 +108,7 @@
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"!*.test.ts",
|
||||
"!*.test.js",
|
||||
"!*.test.d.ts",
|
||||
"!*.test.js.map",
|
||||
|
@ -112,6 +112,7 @@
|
||||
"lib",
|
||||
"src",
|
||||
"install.mjs",
|
||||
"!*.test.ts",
|
||||
"!*.test.js",
|
||||
"!*.test.d.ts",
|
||||
"!*.test.js.map",
|
||||
|
Loading…
Reference in New Issue
Block a user