Skip to content

Commit

Permalink
Revert "chore: remove codesandbox tasks"
Browse files Browse the repository at this point in the history
This reverts commit b678a88.
  • Loading branch information
stijnvanhulle committed Jun 25, 2023
1 parent b678a88 commit cae7da4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://codesandbox.io/schemas/tasks.json",
"setupTasks": [
{
"name": "update pnpm",
"command": "npm install -g pnpm --force"
},
{
"name": "Install Dependencies",
"command": "pnpm install"
}
]
}

0 comments on commit cae7da4

Please sign in to comment.