Skip to content

Commit

Permalink
chore: turbo script
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Dec 1, 2024
1 parent 14ed278 commit aa04bfe
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,20 @@
"type": "git"
},
"scripts": {
"admin:build": "pnpm --filter admin build",
"admin:dev": "pnpm --filter admin dev",
"admin:build": "turbo --filter admin build",
"admin:dev": "turbo --filter admin dev",
"api:deploy": "pnpm --filter api workers:deploy",
"api:dev": "pnpm --filter api dev",
"build": "turbo build",
"build-storybook": "storybook build",
"api:dev": "turbo --filter api dev",
"coverage": "vitest run --coverage",
"dev": "turbo dev",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"docs:build": "turbo vitepress build docs",
"docs:dev": "turbo vitepress dev docs",
"docs:preview": "turbo vitepress preview docs",
"generate": "tsx scripts/generate-exports.ts",
"lint": "eslint",
"lint:fix": "eslint --fix --quiet --no-warn-ignored",
"prepare": "pnpm exec simple-git-hooks",
"preview": "vite preview",
"release": "release-it",
"start": "tsc && vite build && vite preview",
"storybook": "storybook dev -p 6006",
"tauri:build": "turbo build --filter tauri",
"tauri:dev": "turbo dev --filter tauri",
"test": "vitest",
Expand Down

0 comments on commit aa04bfe

Please sign in to comment.