Skip to content

Commit

Permalink
fix: use turbo run concurrently task
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 27, 2024
1 parent c404e50 commit 742f915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev:debug": "export DEBUG=true && vite --debug",
"dev:server": "pnpm run --filter=server dev",
"dev:web": "vite",
"dev:web-with-server": "concurrently \"pnpm run dev:web\" \"pnpm run --filter=server dev\"",
"dev:web-with-server": "turbo run @follow/web#dev @follow/server#dev",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generator:i18n-template": "tsx scripts/generate-i18n-locale.ts",
Expand Down Expand Up @@ -77,7 +77,6 @@
"@vitejs/plugin-react": "^4.3.4",
"async-es": "^3.2.6",
"autoprefixer": "10.4.20",
"concurrently": "9.1.0",
"cross-env": "7.0.3",
"cssnano": "7.0.6",
"dnum": "^2.14.0",
Expand Down
38 changes: 0 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 742f915

Please sign in to comment.