Skip to content

Commit

Permalink
Include dbAuth setup in test project fixture check (#7036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Dec 7, 2022
1 parent b61d5c4 commit f6a6e64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ if (hasFixtureOkLabel) {
file.startsWith('packages/cli/src/commands/generate') ||
file.startsWith('packages/cli/src/commands/setup') ||
file.startsWith('packages/cli-helpers/src/') ||
file.startsWith('packages/create-redwood-app/template')
file.startsWith('packages/create-redwood-app/template') ||
file.startsWith('packages/auth-providers/dbAuth/setup')
)

if (!shouldRebuildFixture) {
Expand Down

0 comments on commit f6a6e64

Please sign in to comment.