cleanup(schematics): use relative imports
This commit is contained in:
parent
0c2b01bda6
commit
50295eaadb
@ -1,4 +1,4 @@
|
|||||||
import { updateJsonFile } from '@nrwl/schematics/src/utils/fileutils';
|
import { updateJsonFile } from '../src/utils/fileutils';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
description: 'Run lint checks ensuring the integrity of the workspace',
|
description: 'Run lint checks ensuring the integrity of the workspace',
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { updateJsonFile } from '@nrwl/schematics/src/utils/fileutils';
|
import { updateJsonFile } from '../src/utils/fileutils';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
description: 'Add a command to generate workspace-specific schematics',
|
description: 'Add a command to generate workspace-specific schematics',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user