File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ export default createBuilder<any>(
28
28
} , overrides as json . JsonObject ) ;
29
29
30
30
const result = await build . result ;
31
- const buildPath = 'dist/analyze' ;
32
- let fileResult : any ;
33
31
34
32
if ( result . success ) {
35
33
const file = fs . readdirSync ( builderConfig . outputPath ) . filter ( f => f . includes ( 'main-es2015' ) ) ;
Original file line number Diff line number Diff line change
1
+ export * from './ng-add' ;
2
+ export * from './analyze' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngx-builders/analyze" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " " ,
5
- "main" : " analyze/ index.js" ,
5
+ "main" : " index.js" ,
6
6
"builders" : " ./builders.json" ,
7
7
"schematics" : " ./collection.json" ,
8
8
"scripts" : {
You can’t perform that action at this time.
0 commit comments