Skip to content

Commit

Permalink
Ensure latest canary of Next.js is installed in repros (#65197)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Apr 30, 2024
1 parent 1b0273c commit 03c8780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tasks": {
"dev": {
"name": "dev",
"command": "pnpm update next && pnpm dev",
"command": "pnpm update next@canary && pnpm dev",
"runAtStart": true,
"restartOn": {
"clone": true
Expand Down
2 changes: 1 addition & 1 deletion examples/reproduction-template/.codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tasks": {
"dev": {
"name": "dev",
"command": "pnpm update next && pnpm dev",
"command": "pnpm update next@canary && pnpm dev",
"runAtStart": true,
"restartOn": {
"clone": true
Expand Down

0 comments on commit 03c8780

Please # to comment.