There's a `postinstall` hook for using yarn-deduplicate; this is visible when installing the package: ``` > eslint-import-resolver-typescript@2.2.0 postinstall /app/node_modules/eslint-import-resolver-typescript > yarn-deduplicate || exit 0 sh: yarn-deduplicate: not found ``` I assume this is just meant to be part of the build process here?