Skip to content

Commit

Permalink
Switch CodeSandbox repros to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Mar 8, 2024
1 parent bab4257 commit 835bfe2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/reproduction-template-pages/.codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"setupTasks": [
{
"name": "Install Dependencies",
"command": "pnpm install"
}
],
"tasks": {
"dev": {
"name": "dev",
"command": "pnpm dev",
"runAtStart": true
}
}
}
15 changes: 15 additions & 0 deletions examples/reproduction-template/.codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"setupTasks": [
{
"name": "Install Dependencies",
"command": "pnpm install"
}
],
"tasks": {
"dev": {
"name": "dev",
"command": "pnpm dev",
"runAtStart": true
}
}
}

0 comments on commit 835bfe2

Please sign in to comment.