fix(node): remove the edge from the node package to angular
This commit is contained in:
parent
ebe49c7917
commit
3e3b4be7e0
@ -3,7 +3,9 @@ import * as stripJsonComments from 'strip-json-comments';
|
|||||||
import { createEmptyWorkspace, getFileContent } from '@nrwl/workspace/testing';
|
import { createEmptyWorkspace, getFileContent } from '@nrwl/workspace/testing';
|
||||||
import { runSchematic } from '../../utils/testing';
|
import { runSchematic } from '../../utils/testing';
|
||||||
import { NxJson, readJsonInTree } from '@nrwl/workspace';
|
import { NxJson, readJsonInTree } from '@nrwl/workspace';
|
||||||
import { createApp } from '../../../../angular/src/utils/testing';
|
// to break the dependency
|
||||||
|
const createApp = require('../../../../angular/' + 'src/utils/testing')
|
||||||
|
.createApp;
|
||||||
|
|
||||||
import { Schema } from './schema';
|
import { Schema } from './schema';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user