Skip to content

Commit 1a39181

Browse files
committed
update VSCode task to use 'build:dev'
1 parent f16da4e commit 1a39181

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
@@ -6,7 +6,7 @@
66
{
77
"label": "Build (Development)",
88
"type": "npm",
9-
"script": "build-dev",
9+
"script": "build:dev",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true

0 commit comments

Comments
 (0)