Skip to content

Commit ee82a75

Browse files
fixed the prod build
1 parent ae1f3d3 commit ee82a75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

analyze/index.ts

-2
Original file line numberDiff line numberDiff 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'));

index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './ng-add';
2+
export * from './analyze';

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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": {

0 commit comments

Comments
 (0)