Skip to content

Commit

Permalink
fix(core angular): Remove demos & add dist in packages
Browse files Browse the repository at this point in the history
Remove demos & add dist in packages
  • Loading branch information
theiliad committed Aug 31, 2018
1 parent 16906bb commit 94bb9f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if [[ $TRAVIS_BRANCH == 'master' ]]; then
cd ../..

# Perform git & npm publish
git update-index --assume-unchanged `git diff --name-only`
lerna publish --conventional-commits --yes
fi

Expand Down
2 changes: 1 addition & 1 deletion packages/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `@carbon/charts-angular`

> Angular wrappers for the Carbon Charts components
> Angular wrappers for the Carbon charting components
## Getting Started

Expand Down
4 changes: 3 additions & 1 deletion packages/core/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
colors: true,
mime: {
'text/x-typescript': ['ts']
'text/x-typescript': [
'ts'
]
},
webpack: require('./webpack.test'),
webpackMiddleware: {
Expand Down

0 comments on commit 94bb9f4

Please sign in to comment.