chore(root): update scripts
Showing
with
516 additions
and
92 deletions
| ... | @@ -5,19 +5,20 @@ | ... | @@ -5,19 +5,20 @@ |
| "private": true, | "private": true, | ||
| "packageManager": "pnpm@9.12.3", | "packageManager": "pnpm@9.12.3", | ||
| "scripts": { | "scripts": { | ||
| "dev:project": "tsx scripts/dev.ts", | "dev:project": "tsx scripts/dev-project.ts", | ||
| "build:project": "tsx scripts/build.ts", | "build:project": "tsx scripts/build-project.ts", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | "lint:fix": "eslint . --fix", | ||
| "prepare": "husky", | "prepare": "husky", | ||
| "git:feature": "tsx scripts/git-workflow.ts feature", | "git:dev-start": "tsx scripts/git-workflow.ts dev-start", | ||
| "git:merge": "tsx scripts/git-workflow.ts merge", | "git:dev-done": "tsx scripts/git-workflow.ts dev-done", | ||
| "git:release": "tsx scripts/git-workflow.ts release", | "git:deploy-staging": "tsx scripts/git-workflow.ts deploy-staging", | ||
| "git:publish": "tsx scripts/git-workflow.ts publish", | "git:deploy-release": "tsx scripts/git-workflow.ts deploy-release", | ||
| "git:hotfix": "tsx scripts/git-workflow.ts hotfix", | "git:hotfix-start": "tsx scripts/git-workflow.ts hotfix-start", | ||
| "git:hotfix:merge": "tsx scripts/git-workflow.ts hotfix:merge", | "git:hotfix-done": "tsx scripts/git-workflow.ts hotfix-done", | ||
| "git:refactor": "tsx scripts/git-workflow.ts refactor", | "git:refactor-start": "tsx scripts/git-workflow.ts refactor-start", | ||
| "git:refactor:merge": "tsx scripts/git-workflow.ts refactor:merge" | "git:refactor-done": "tsx scripts/git-workflow.ts refactor-done", | ||
| "new:project": "tsx scripts/new-project.ts" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@antfu/eslint-config": "^3.9.2", | "@antfu/eslint-config": "^3.9.2", | ||
| ... | ... |
File moved
File moved
scripts/new-project.ts
0 → 100644
Please
register
or
sign in
to comment