File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 120
120
"name" : " update-root-eslint-config-to-use-overrides"
121
121
}
122
122
]
123
- }
123
+ }
Original file line number Diff line number Diff line change 14
14
"outputPath" : " dist/packages/playground" ,
15
15
"main" : " packages/playground/src/main.ts" ,
16
16
"tsConfig" : " packages/playground/tsconfig.app.json" ,
17
- "assets" : [
18
- " packages/playground/src/assets"
19
- ]
17
+ "assets" : [" packages/playground/src/assets" ]
20
18
},
21
19
"configurations" : {
22
20
"production" : {
90
88
"tsConfig" : " packages/in-memory-db/tsconfig.lib.json" ,
91
89
"packageJson" : " packages/in-memory-db/package.json" ,
92
90
"main" : " packages/in-memory-db/src/index.ts" ,
93
- "assets" : [
94
- " packages/in-memory-db/*.md"
95
- ]
91
+ "assets" : [" packages/in-memory-db/*.md" ]
96
92
}
97
93
}
98
94
}
155
151
"tsConfig" : " packages/spectator/tsconfig.lib.json" ,
156
152
"packageJson" : " packages/spectator/package.json" ,
157
153
"main" : " packages/spectator/src/index.ts" ,
158
- "assets" : [
159
- " packages/spectator/*.md"
160
- ]
154
+ "assets" : [" packages/spectator/*.md" ]
161
155
}
162
156
}
163
157
}
167
161
"defaultCollection" : " @nrwl/nest"
168
162
},
169
163
"defaultProject" : " playground"
170
- }
164
+ }
You can’t perform that action at this time.
0 commit comments