Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit e3e7c67

Browse files
brandonrobertsMikeRyanDev
authored andcommitted
fix(build): Remove ngsummary files from published build (#180)
1 parent edea789 commit e3e7c67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ __build__/**
5858
release
5959
.ngc
6060
*.ngfactory.ts
61+
*.ngsummary.json

tsconfig.dist.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"index.ts"
2121
],
2222
"angularCompilerOptions": {
23-
"strictMetadataEmit": true,
24-
"genDir": "./release"
23+
"strictMetadataEmit": true
2524
}
2625
}

0 commit comments

Comments
 (0)