Skip to content

Commit

Permalink
fix(expo-passkeys): Correct turborepo outputs (#4506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko authored Nov 6, 2024
1 parent 91ace94 commit 8bad902
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/eleven-doors-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
19 changes: 19 additions & 0 deletions packages/expo-passkeys/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": [
"$TURBO_DEFAULT$",
"!**/__snapshots__/**",
"!CHANGELOG.md",
"!coverage/**",
"!build/**",
"!example/**",
"!node_modules/**"
],
"outputLogs": "new-only",
"outputs": ["build"]
}
}
}

0 comments on commit 8bad902

Please sign in to comment.