Skip to content

Commit 42533b1

Browse files
FrozenPandazvsavkin
authored andcommitted
fix(schematics) add nx.json to ng-new schematic
1 parent 0ad61c7 commit 42533b1

File tree

1 file changed

+2
-1
lines changed
  • packages/schematics/src/collection/ng-new/files/__directory__

1 file changed

+2
-1
lines changed

packages/schematics/src/collection/ng-new/files/__directory__/nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"angular.json": "*",
55
"package.json": "*",
66
"tsconfig.json": "*",
7-
"tslint.json": "*"
7+
"tslint.json": "*",
8+
"nx.json": "*"
89
},
910
"projects": {}
1011
}

0 commit comments

Comments
 (0)