|
30 | 30 | "watch": "tsc --build --watch", |
31 | 31 | "prepsuite": "node scripts/prepareSuite.js", |
32 | 32 | "commit": "git-cz", |
33 | | - "changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file", |
| 33 | + "changelog": "lerna-changelog", |
34 | 34 | "lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ", |
35 | 35 | "lint:eslint": "eslint --cache --ext .js --ext .ts .", |
36 | 36 | "lint": "yarn lint:eslint && yarn lint:prettier", |
|
106 | 106 | "commitlint": "^9.1.2", |
107 | 107 | "commitlint-config-cz": "^0.13.1", |
108 | 108 | "concat-stream": "^2.0.0", |
| 109 | + "conventional-changelog-cli": "^2.1.0", |
109 | 110 | "cz-customizable": "^6.3.0", |
110 | 111 | "del-cli": "^3.0.1", |
111 | 112 | "eslint": "^6.8.0", |
|
121 | 122 | "jest-serializer-ansi": "^1.0.3", |
122 | 123 | "jest-watch-typeahead": "^0.5.0", |
123 | 124 | "lerna": "^3.22.1", |
| 125 | + "lerna-changelog": "^1.0.1", |
124 | 126 | "lint-staged": "^10.2.11", |
125 | 127 | "prettier": "^2.0.5", |
126 | 128 | "readable-stream": "^3.6.0", |
|
129 | 131 | "ts-jest": "^25.5.1", |
130 | 132 | "typescript": "^3.9.7", |
131 | 133 | "webpack": "^4.44.1", |
132 | | - "yeoman-test": "^2.7.0", |
133 | | - "conventional-changelog-cli": "^2.1.0" |
| 134 | + "yeoman-test": "^2.7.0" |
134 | 135 | } |
135 | 136 | } |
0 commit comments