We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1f3d3 commit ee82a75Copy full SHA for ee82a75
analyze/index.ts
@@ -28,8 +28,6 @@ export default createBuilder<any>(
28
}, overrides as json.JsonObject);
29
30
const result = await build.result;
31
- const buildPath = 'dist/analyze';
32
- let fileResult: any;
33
34
if (result.success) {
35
const file = fs.readdirSync(builderConfig.outputPath).filter(f => f.includes('main-es2015'));
index.ts
@@ -0,0 +1,2 @@
1
+export * from './ng-add';
2
+export * from './analyze';
package.json
@@ -1,8 +1,8 @@
{
"name": "@ngx-builders/analyze",
3
- "version": "0.0.1",
+ "version": "0.0.3",
4
"description": "",
5
- "main": "analyze/index.js",
+ "main": "index.js",
6
"builders": "./builders.json",
7
"schematics": "./collection.json",
8
"scripts": {
0 commit comments