Skip to content

Commit

Permalink
fix(core): correctly reexport from nx to preserve backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Mar 15, 2022
1 parent 48a5d19 commit 94f575a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/lib/decorate-cli.ts
@@ -1 +1 @@
require('nx/src/cli/decorate-cli');
export * from 'nx/src/cli/decorate-cli';
2 changes: 1 addition & 1 deletion packages/tao/src/shared/logger.ts
@@ -1 +1 @@
require('nx/src/shared/logger');
export * from 'nx/src/shared/logger';
2 changes: 1 addition & 1 deletion packages/tao/src/shared/workspace.ts
@@ -1 +1 @@
require('nx/src/shared/workspace');
export * from 'nx/src/shared/workspace';
2 changes: 1 addition & 1 deletion packages/tao/src/utils/app-root.ts
@@ -1 +1 @@
require('nx/src/utils/app-root');
export * from 'nx/src/utils/app-root';

0 comments on commit 94f575a

Please sign in to comment.