Skip to content

Commit

Permalink
include snapshots as outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Aug 22, 2023
1 parent ef07071 commit 6bafe6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"src/**/*.ts",
"src/**/*.test.ts",
"test/**"
]
],
"outputs": ["**/__snapshots__/**", "**/*.snap"]
},
"test:playwright": {
"dependsOn": ["compile"],
Expand Down

0 comments on commit 6bafe6b

Please sign in to comment.