Skip to content

Commit

Permalink
reintroduce test-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Dec 28, 2024
1 parent a3dd4e3 commit 56c4426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lint": "turbo run lint --filter @gd/desktop --filter @gd/ui",
"lint-fix": "turbo run lint-fix --filter @gd/desktop --filter @gd/ui",
"test": "turbo run test",
"test-prod": "turbo run test --filter @gd/desktop",
"rspc-bindings:generate": "cargo run -p carbon_app -- --generate-ts-bindings",
"------divider-prisma-generate-normal------": "------divider------",
"prisma:generate": "cargo run -p prisma-cli -- generate --schema=./crates/carbon_app/prisma/schema.prisma",
Expand Down
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"dependsOn": ["^test"],
"cache": false
},
"test-prod": {
"dependsOn": ["^test-prod"],
"cache": false
},
"lint": {
"cache": false
},
Expand Down

0 comments on commit 56c4426

Please sign in to comment.