Skip to content

Commit

Permalink
♻️ refactor(generate&zh&en): 重构生成代码的脚本,优化功能代码
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyoudiao committed Sep 28, 2024
1 parent 6980fc4 commit bb2bf0d
Show file tree
Hide file tree
Showing 25 changed files with 3,836 additions and 1,740 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"description": "HTTP status codes i18n",
"scripts": {
"task": "nx affected -t lint test build",
"test": "nx affected -t test",
"sync:version": "node ./scripts/sync-version.js",
"commit": "git-cz",
"changelog": "conventional-changelog --config ./commit-config/changelog-config.js -p -i -o CHANGELOG.md -r 0",
"version": "conventional-changelog --config ./commit-config/changelog-config.js -p angular -i -o CHANGELOG.md -r 0 && git add CHANGELOG.md",
"release": "release-it && ./publish.sh"
"release": "release-it",
"release-ci": "npm run commit && release-it && ./publish.sh"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
410 changes: 64 additions & 346 deletions packages/i18n-en/src/lib/helpers.ts

Large diffs are not rendered by default.

Loading

0 comments on commit bb2bf0d

Please sign in to comment.