Skip to content

Commit 1f10b41

Browse files
committed
Try to use yarn for js-uploader
1 parent 60d119b commit 1f10b41

File tree

3 files changed

+387
-386
lines changed

3 files changed

+387
-386
lines changed

examples/js-uploader/.codesandbox/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"setupTasks": [
44
{
55
"name": "Install Dependencies",
6-
"command": "npm install"
6+
"command": "yarn install"
77
}
88
],
99

1010
// These tasks can be run from CodeSandbox. Running one will open a log in the app.
1111
"tasks": {
1212
"start": {
1313
"name": "start",
14-
"command": "npm run start",
14+
"command": "yarn start",
1515
"runAtStart": true,
1616
"preview": {
1717
"port": 8080

0 commit comments

Comments
 (0)