Skip to content

Commit fa81be5

Browse files
authored
feat(ng-dev): expose utilities for resolving yarn (#2557)
This is useful for the docs deployment script in Material, where we currently have two different Yarn versions.
1 parent e8d26ef commit fa81be5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ng-dev/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ export * from './utils/logging.js';
3838
export * from './utils/git/authenticated-git-client.js';
3939
export * from './utils/git/git-client.js';
4040
export * from './utils/git/github.js';
41+
42+
// Exposes common utils needed for consumer scripts
43+
export {resolveYarnScriptForProject, YarnCommandInfo} from './utils/resolve-yarn-bin.js';

0 commit comments

Comments
 (0)