Skip to content

Commit

Permalink
improve: disable concurrently prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonardoD committed Jan 6, 2025
1 parent 3aa82f5 commit b38e8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"quick": "cross-env PGLITE=true tsx scripts/quick.ts && cross-env PGLITE=true pnpm dev",
"start": "tsx dist/index.js",
"dev": "concurrently \"pnpm run studio\" \"tsup --watch --onSuccess \\\"tsx dist/index.js\\\"\"",
"dev": "concurrently -r \"pnpm run studio\" \"tsup --watch --onSuccess 'tsx dist/index.js'\"",
"check:types": "tsc",
"build": "cross-env NODE_ENV=production tsup",
"build:dev": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"prepare": "node prepare.js",
"quick": "concurrently \"pnpm --filter backend run quick\" \"turbo dev --filter frontend --filter tus\"",
"quick": "concurrently -r \"pnpm --filter backend run quick\" \"turbo dev --filter frontend --filter tus\"",
"docker": "pnpm --filter backend run docker:up --detach",
"generate": "pnpm --filter backend run generate",
"clean": "rimraf backend/dist frontend/dist frontend/stats",
Expand Down

0 comments on commit b38e8b0

Please sign in to comment.