Skip to content

Commit 9a14ab2

Browse files
committed
chore: update VSCode task configuration to use 'build' instead of 'test:compile'
1 parent e51349b commit 9a14ab2

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
@@ -14,7 +14,7 @@
1414
"focus": false,
1515
"panel": "dedicated"
1616
},
17-
"args": ["test:compile"],
17+
"args": ["build"],
1818
"isBackground": false
1919
}
2020
]

0 commit comments

Comments
 (0)