Skip to content

Commit

Permalink
ci(circle): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Nov 21, 2019
1 parent 8942c3d commit d14b11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
paths: 'node_modules'
- run: yarn ci:before
- run: yarn test:ci
- run: lerna version --create-release github --yes
- run: yarn build
- run: yarn ci:after
- run: lerna version --create-release github --yes
- run: lerna publish from-package --yes
- run: bash <(curl -s https://codecov.io/bash)
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-meta/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/fulls1z3/ngx-meta/tree/master/packages/@ngx-meta/core#readme",
"dependencies": {
"tslib": "~1.10.0"
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/core": ">=8.0.0 <9.0.0",
Expand Down

0 comments on commit d14b11b

Please sign in to comment.