Skip to content

Commit

Permalink
fix(redwood): Disable nx cache (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Aug 28, 2024
1 parent a8690fd commit ce75468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/redwoodjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'redwoodjs/redwood',
build: 'build',
test: 'test-ci',
build: { script: 'build', args: ['--skip-nx-cache'] },
test: { script: 'test-ci', args: ['--skip-nx-cache'] },
})
}

0 comments on commit ce75468

Please sign in to comment.