Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #85 from PanSpagetka/add-build-to-travis
Browse files Browse the repository at this point in the history
Add npm run build to travis
  • Loading branch information
karelhala authored Sep 26, 2018
2 parents 2ac155d + c90725e commit 7c6015f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache:

script:
- npm install
- npm run build
- npm run test-ci

after_success:
Expand Down
1 change: 1 addition & 0 deletions src/tagging-pf4/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import './sass/style.scss';

export { default as TagView } from './components/TagView';

0 comments on commit 7c6015f

Please sign in to comment.