mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
build: exclude type tests from pack (#10886)
* build: exclude type tests from pack * fix: requested changes --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,8 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src",
|
"src",
|
||||||
"typings"
|
"typings/*.d.ts",
|
||||||
|
"typings/*.d.mts"
|
||||||
],
|
],
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Crawl <icrawltogo@gmail.com>",
|
"Crawl <icrawltogo@gmail.com>",
|
||||||
|
|||||||
Reference in New Issue
Block a user