Skip to content

Commit

Permalink
chore(repo): re-export after consolidating packages (#9595)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 29, 2022
1 parent 9123665 commit 1bcfe27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tao/src/shared/nx.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'nx/src/shared/nx';
2 changes: 2 additions & 0 deletions packages/workspace/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export {
createDirectory,
} from './src/utilities/fileutils';

export { names } from '@nrwl/devkit';

export {
ExistingPrettierConfig,
resolveUserExistingPrettierConfig,
Expand Down
1 change: 1 addition & 0 deletions packages/workspace/src/utilities/app-root.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'nx/src/utils/app-root';

0 comments on commit 1bcfe27

Please sign in to comment.