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>(
2828 } , overrides as json . JsonObject ) ;
2929
3030 const result = await build . result ;
31- const buildPath = 'dist/analyze' ;
32- let fileResult : any ;
3331
3432 if ( result . success ) {
3533 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 11{
22 "name" : " @ngx-builders/analyze" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " " ,
5- "main" : " analyze/ index.js" ,
5+ "main" : " index.js" ,
66 "builders" : " ./builders.json" ,
77 "schematics" : " ./collection.json" ,
88 "scripts" : {
You can’t perform that action at this time.
0 commit comments