Skip to content

Commit 8b731c4

Browse files
committed
fix: include build outputs of brownie & brownfield packages in Turbo's cache
1 parent 93a130e commit 8b731c4

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

packages/brownie/turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"inputs": ["src/**/*"],
7+
"outputs": ["lib/**"]
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"inputs": ["src/**/*"],
7+
"outputs": ["lib/**"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)