Skip to content

Commit

Permalink
chore(core): format tao re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 15, 2022
1 parent 0f7cf34 commit 5d5be04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tao/src/commands/ngcli-adapter.ts
@@ -1 +1 @@
export * from 'nx/src/commands/ngcli-adapter'
export * from 'nx/src/commands/ngcli-adapter';
2 changes: 1 addition & 1 deletion packages/tao/src/shared/project-graph.ts
@@ -1 +1 @@
export * from 'nx/src/shared/project-graph'
export * from 'nx/src/shared/project-graph';
2 changes: 1 addition & 1 deletion packages/tao/src/shared/tree.ts
@@ -1 +1 @@
export * from 'nx/src/shared/tree'
export * from 'nx/src/shared/tree';

0 comments on commit 5d5be04

Please sign in to comment.