Skip to content

Commit

Permalink
fix turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed May 22, 2024
1 parent ab9ccee commit 3c00f5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/karfia-testcontainers/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"test": {
"inputs": ["tsconfig.json", "./**/*.ts", "./**/*.test.ts"],
"dependsOn": ["karfia-agent#build:docker", "^build"]
},
"build": {
"inputs": ["tsconfig.json", "tsconfig.build.json", "./**/*.ts"],
"outputs": ["./**/*.js", "./**/*.d.ts", "./**/*.d.ts.map"],
Expand Down

0 comments on commit 3c00f5f

Please sign in to comment.