mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* ci: update list of packages in coverage upload * build: remove test dependencies --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
33 lines
513 B
YAML
33 lines
513 B
YAML
autoInstallPeers: false
|
|
|
|
ignoredBuiltDependencies:
|
|
- core-js-pure
|
|
|
|
onlyBuiltDependencies:
|
|
- '@discordjs/opus'
|
|
- bufferutil
|
|
- esbuild
|
|
- protobufjs
|
|
- sharp
|
|
- utf-8-validate
|
|
- zlib-sync
|
|
|
|
packages:
|
|
- apps/*
|
|
- packages/*
|
|
|
|
peerDependencyRules:
|
|
ignoreMissing:
|
|
- '*'
|
|
allowAny:
|
|
- '*'
|
|
|
|
publicHoistPattern:
|
|
- '*eslint*'
|
|
- '*prettier*'
|
|
- '*@rushstack/node-core-library*'
|
|
- '*jju*'
|
|
|
|
patchedDependencies:
|
|
'@microsoft/tsdoc-config@0.16.2': patches/@microsoft__tsdoc-config@0.16.2.patch
|