Skip to content

Commit 93fc206

Browse files
committed
fix: bundle when building locally
1 parent a635f58 commit 93fc206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tasks": [
66
{
77
"type": "npm",
8-
"script": "watch",
8+
"script": "bundle",
99
"problemMatcher": "$tsc-watch",
1010
"isBackground": true,
1111
"presentation": {

0 commit comments

Comments
 (0)