chore(root): update doc and add git-workflow
Showing
with
178 additions
and
38 deletions
| ... | ... | @@ -9,7 +9,15 @@ |
| "build:project": "tsx scripts/build.ts", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "prepare": "husky" | ||
| "prepare": "husky", | ||
| "git:feature": "tsx scripts/git-workflow.ts feature", | ||
| "git:merge": "tsx scripts/git-workflow.ts merge", | ||
| "git:release": "tsx scripts/git-workflow.ts release", | ||
| "git:publish": "tsx scripts/git-workflow.ts publish", | ||
| "git:hotfix": "tsx scripts/git-workflow.ts hotfix", | ||
| "git:hotfix:merge": "tsx scripts/git-workflow.ts hotfix:merge", | ||
| "git:refactor": "tsx scripts/git-workflow.ts refactor", | ||
| "git:refactor:merge": "tsx scripts/git-workflow.ts refactor:merge" | ||
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "^3.9.2", | ||
| ... | ... |
scripts/git-workflow.ts
0 → 100644
Please
register
or
sign in
to comment