We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d119b commit 1f10b41Copy full SHA for 1f10b41
examples/js-uploader/.codesandbox/tasks.json
@@ -3,15 +3,15 @@
3
"setupTasks": [
4
{
5
"name": "Install Dependencies",
6
- "command": "npm install"
+ "command": "yarn install"
7
}
8
],
9
10
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
11
"tasks": {
12
"start": {
13
"name": "start",
14
- "command": "npm run start",
+ "command": "yarn start",
15
"runAtStart": true,
16
"preview": {
17
"port": 8080
0 commit comments