Skip to content

Commit 0ebdc7b

Browse files
committed
chore(pkg): remove yarn install task from workspace
1 parent 06f4851 commit 0ebdc7b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

packages/react-day-picker/.vscode/tasks.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"isBackground": false,
88
"type": "shell",
99
"problemMatcher": [],
10-
"runOptions": {
11-
"runOn": "folderOpen",
12-
"instanceLimit": 1
13-
},
1410
"presentation": {
1511
"close": true,
1612
"panel": "dedicated"
@@ -22,7 +18,6 @@
2218
"script": "build-watch",
2319
"problemMatcher": [],
2420
"isBackground": true,
25-
"dependsOn": ["yarn install"],
2621
"runOptions": {
2722
"runOn": "folderOpen",
2823
"instanceLimit": 1
@@ -38,7 +33,6 @@
3833
"script": "typecheck-watch",
3934
"group": "build",
4035
"problemMatcher": ["$tsc-watch"],
41-
"dependsOn": ["yarn install"],
4236
"isBackground": true,
4337
"runOptions": { "runOn": "folderOpen" }
4438
}

website/.vscode/tasks.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"isBackground": false,
88
"type": "shell",
99
"problemMatcher": [],
10-
"runOptions": {
11-
"runOn": "folderOpen",
12-
"instanceLimit": 1
13-
},
1410
"presentation": {
1511
"close": true,
1612
"panel": "dedicated"
@@ -26,7 +22,6 @@
2622
"runOn": "folderOpen",
2723
"instanceLimit": 1
2824
},
29-
"dependsOn": ["yarn install"],
3025
"presentation": {
3126
"reveal": "always",
3227
"panel": "dedicated"
@@ -39,7 +34,6 @@
3934
"group": "build",
4035
"problemMatcher": ["$tsc-watch"],
4136
"isBackground": true,
42-
"dependsOn": ["yarn install"],
4337
"runOptions": {
4438
"runOn": "folderOpen"
4539
}

0 commit comments

Comments
 (0)