Skip to content

Commit

Permalink
feat: add turbo config to prebuild package
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Oct 3, 2024
1 parent e840c9b commit 095f459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"package": {
"inputs": ["$TURBO_DEFAULT$"],
"outputs": ["package.json"]
},
"@boxfish-studio/react-cookie-manager#package": {},
"demo-nextjs#dev": {
"dependsOn": ["@boxfish-studio/react-cookie-manager#package"],
"inputs": ["$TURBO_DEFAULT$"],
"outputs": [".next/**", "!.next/cache/**"]
}
}
}

0 comments on commit 095f459

Please sign in to comment.