Skip to content

Commit 63880ae

Browse files
committed
Update tasks.json
1 parent 73767bb commit 63880ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
{
55
"type": "npm",
66
"script": "build",
7-
"path": "packages/react",
7+
"path": ".",
88
"group": {
99
"kind": "build",
1010
"isDefault": true
1111
},
1212
"problemMatcher": [],
13-
"label": "npm: build - packages/react",
13+
"label": "pnpm: build",
1414
"detail": "vite build && FORMAT=iife vite build"
1515
}
1616
]

0 commit comments

Comments
 (0)