Skip to content

Commit

Permalink
fix(lib): missing build input
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Jul 18, 2024
1 parent 6d1d538 commit 4d468f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["src/**", "package.json"],
"inputs": ["dapps/**", "src/**", "package.json"],
"outputs": ["dist/**"]
},
"dev": {
Expand Down

0 comments on commit 4d468f6

Please sign in to comment.