Skip to content

Commit

Permalink
fix(misc): reexport tokens that from nx
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Mar 15, 2022
1 parent 4191318 commit 0f7cf34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tao/src/commands/ngcli-adapter.ts
@@ -0,0 +1 @@
export * from 'nx/src/commands/ngcli-adapter'
1 change: 1 addition & 0 deletions packages/tao/src/shared/project-graph.ts
@@ -0,0 +1 @@
export * from 'nx/src/shared/project-graph'
1 change: 1 addition & 0 deletions packages/tao/src/shared/tree.ts
@@ -0,0 +1 @@
export * from 'nx/src/shared/tree'

0 comments on commit 0f7cf34

Please sign in to comment.