chore(root): update scripts
Showing
with
308 additions
and
33 deletions
| ... | ... | @@ -5,19 +5,20 @@ |
| "private": true, | ||
| "packageManager": "pnpm@9.12.3", | ||
| "scripts": { | ||
| "dev:project": "tsx scripts/dev.ts", | ||
| "build:project": "tsx scripts/build.ts", | ||
| "dev:project": "tsx scripts/dev-project.ts", | ||
| "build:project": "tsx scripts/build-project.ts", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "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" | ||
| "git:dev-start": "tsx scripts/git-workflow.ts dev-start", | ||
| "git:dev-done": "tsx scripts/git-workflow.ts dev-done", | ||
| "git:deploy-staging": "tsx scripts/git-workflow.ts deploy-staging", | ||
| "git:deploy-release": "tsx scripts/git-workflow.ts deploy-release", | ||
| "git:hotfix-start": "tsx scripts/git-workflow.ts hotfix-start", | ||
| "git:hotfix-done": "tsx scripts/git-workflow.ts hotfix-done", | ||
| "git:refactor-start": "tsx scripts/git-workflow.ts refactor-start", | ||
| "git:refactor-done": "tsx scripts/git-workflow.ts refactor-done", | ||
| "new:project": "tsx scripts/new-project.ts" | ||
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "^3.9.2", | ||
| ... | ... |
File moved
File moved
This diff is collapsed.
Click to expand it.
scripts/new-project.ts
0 → 100644
Please
register
or
sign in
to comment