|
39 | 39 | "test:failed:print": "node scripts/getFailedLogs.js",
|
40 | 40 | "test-coverage": "NODE_ENV=test yarn test --coverage=true",
|
41 | 41 | "test:todo": "node ./scripts/getTestTodo.js",
|
42 |
| - "find:dead:code": "npx ts-prune | grep -v 'used in module'" |
| 42 | + "find:dead:code": "npx ts-prune | grep -v 'used in module'", |
| 43 | + "test-release": "CI=true npx [email protected] --debug --no-ci --test-run" |
43 | 44 | },
|
44 | 45 | "husky": {
|
45 | 46 | "hooks": {
|
|
55 | 56 | "dependencies": {
|
56 | 57 | "@commitlint/cli": "^17.3.0",
|
57 | 58 | "@commitlint/config-conventional": "^17.3.0",
|
| 59 | + "@semantic-release/changelog": "^5.0.1", |
| 60 | + "@semantic-release/commit-analyzer": "^8.0.1", |
| 61 | + "@semantic-release/exec": "^6.0.3", |
| 62 | + "@semantic-release/git": "^10.0.1", |
| 63 | + "@semantic-release/github": "^7.0.5", |
| 64 | + "@semantic-release/npm": "^7.0.5", |
| 65 | + "@semantic-release/release-notes-generator": "^9.0.1", |
58 | 66 | "@tanstack/react-table": "^8.10.1",
|
59 | 67 | "@testing-library/jest-dom": "^5.16.3",
|
60 | 68 | "@testing-library/react": "^13.2.0",
|
|
117 | 125 | "react-helmet": "^6.1.0",
|
118 | 126 | "react-router": "5.3.4",
|
119 | 127 | "react-router-dom": "5.3.4",
|
| 128 | + "semantic-release": "^21.0.7", |
120 | 129 | "source-map-loader": "^4.0.1",
|
121 | 130 | "string-template": "^1.0.0",
|
122 | 131 | "style-loader": "^3.3.3",
|
|
153 | 162 | "dotenv": "^16.3.1",
|
154 | 163 | "eslint-plugin-custom-rules": "file:./scripts/eslint-custom-rules",
|
155 | 164 | "parse5-htmlparser2-tree-adapter": "^7.0.0",
|
| 165 | + "semantic-release": "^21.0.7", |
156 | 166 | "storybook-addon-mock": "^2.4.1"
|
157 | 167 | },
|
158 | 168 | "resolutions": {
|
|
0 commit comments