Skip to content

Commit 91ffc98

Browse files
committed
chore: adding proxy-agent to the check deps ignore
1 parent 06df7f7 commit 91ffc98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check-dependencies.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const config: Options = {
1313
'jest-junit', // used for CI test reporting
1414
'@types/node', // node types used for alerts
1515
'conventional-changelog-conventionalcommits', // used to configure generating release notes
16+
'proxy-agent', // used by `ts-binary-wrapper` when downloading binaries, and is required by the build pipeline
1617
],
1718
ignoreDirs: ['node_modules', 'dist', 'fixtures', 'test-output'],
1819
};

0 commit comments

Comments
 (0)