Skip to content

Commit

Permalink
[data-ui] add @data-ui/core to travis and set lerna versioning to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Nov 3, 2017
1 parent 485eeba commit 340cee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ env:
- PACKAGE=data-ui-theme
- PACKAGE=forms
- PACKAGE=network
- PACKAGE=core
- PACKAGE=shared
script:
- 'cd ./packages/$PACKAGE && npm install && npm run test'
- 'cd ./packages/$PACKAGE && npm install && npm prune && npm run test'
- 'cd ../../'
- 'eslint --ignore-path=.eslintignore --ext .js,.jsx ./packages/$PACKAGE'
after_script:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "independent"
"version": "0.0.46"
}

0 comments on commit 340cee0

Please sign in to comment.