Skip to content

Commit

Permalink
fix(packaging): fix deployment (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 authored Dec 2, 2019
1 parent ad82e29 commit cfa3f2d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
paths: 'node_modules'
- run: yarn ci:before
- run: yarn test:ci
- run: lerna version --create-release github --yes
- run: if [ $TRAVIS_BRANCH == "master" ] || [[ -n "$TRAVIS_TAG" ]]; then lerna version --create-release github --yes; fi
- run: yarn build
- run: yarn ci:after
- run: lerna publish from-package --yes
- run: if [ $TRAVIS_BRANCH == "master" ] || [[ -n "$TRAVIS_TAG" ]]; then lerna publish from-package --yes; fi
- run: bash <(curl -s https://codecov.io/bash)
- store_artifacts:
path: coverage
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)",
"repository": {
"type": "git",
"url": "https://github.com/fulls1z3/ngx-meta.git"
"url": "https://github.com/fulls1z3/ngx-meta"
},
"keywords": [],
"author": {
Expand Down Expand Up @@ -41,17 +41,16 @@
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"angular-tslint-rules": "^1.20.1",
"@types/node": "^12.12.14",
"angular-tslint-rules": "^1.20.2",
"codelyzer": "^5.2.0",
"core-js": "^2.6.10",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.1.0",
"jest": "^23.6.0",
"jest-junit-reporter": "^1.1.0",
"jest-preset-angular": "^8.0.0",
"lerna": "^3.19.0",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"lodash": "^4.17.15",
"ng-packagr": "^5.7.1",
"prettier": "^1.19.1",
Expand All @@ -60,7 +59,7 @@
"request": "^2.88.0",
"rimraf": "^3.0.0",
"rxjs": "^6.5.3",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"tsickle": "^0.37.1",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
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 @@ -4,7 +4,7 @@
"description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)",
"repository": {
"type": "git",
"url": "https://github.com/fulls1z3/ngx-meta.git"
"url": "https://github.com/fulls1z3/ngx-meta"
},
"keywords": [
"open graph",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1324,11 +1324,16 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==

"@types/node@>= 8", "@types/node@^12.0.2", "@types/node@^12.12.11":
"@types/node@>= 8", "@types/node@^12.0.2":
version "12.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.11.tgz#bec2961975888d964196bf0016a2f984d793d3ce"
integrity sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ==

"@types/node@^12.12.14":
version "12.12.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
Expand Down Expand Up @@ -1475,10 +1480,10 @@ ajv@^6.5.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

angular-tslint-rules@^1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/angular-tslint-rules/-/angular-tslint-rules-1.20.1.tgz#8d9af501f726d4adfd4d22c9994c4dd519a808f9"
integrity sha512-9TdNT3Xg+tMrAtMOtmIEZerpofVVC2tW/YsTIRarwynsGs+wcQlnH6/1//4YPkquJy/vQprhO240lQGtZhCsNg==
angular-tslint-rules@^1.20.2:
version "1.20.2"
resolved "https://registry.yarnpkg.com/angular-tslint-rules/-/angular-tslint-rules-1.20.2.tgz#1815efa753047dc2cc5422a37a40b4a2c85afe95"
integrity sha512-z6AFKfAqbXqia+9+VD7D1sardEvsUBpkAN6Nue7vk+6vs2VyvFVUEBUxuv9sIozoXBppmUz4Ot6En1zxfoDHEA==

ansi-align@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -2754,11 +2759,6 @@ core-js@^2.4.0, core-js@^2.5.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.1.tgz#87416ae817de957a3f249b3b5ca475d4aaed6042"
integrity sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg==

core-js@^2.6.10:
version "2.6.10"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==

[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -5786,10 +5786,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^9.4.3:
version "9.4.3"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.4.3.tgz#f55ad5f94f6e105294bfd6499b23142961f7b982"
integrity sha512-PejnI+rwOAmKAIO+5UuAZU9gxdej/ovSEOAY34yMfC3OS4Ac82vCBPzAWLReR9zCPOMqeVwQRaZ3bUBpAsaL2Q==
lint-staged@^9.5.0:
version "9.5.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33"
integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==
dependencies:
chalk "^2.4.2"
commander "^2.20.0"
Expand Down Expand Up @@ -9062,10 +9062,10 @@ ts-jest@^24.0.0:
semver "^5.5"
yargs-parser "10.x"

ts-node@^8.5.2:
version "8.5.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
ts-node@^8.5.4:
version "8.5.4"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2"
integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
Expand Down

0 comments on commit cfa3f2d

Please sign in to comment.