Skip to content

Commit da114f3

Browse files
committed
fix electron task
1 parent 3b16cc4 commit da114f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"problemMatcher": []
7777
},
7878
{
79-
"type": "gulp",
80-
"task": "electron",
79+
"type": "npm",
80+
"script": "electron",
8181
"label": "Download electron"
8282
},
8383
{

0 commit comments

Comments
 (0)