fix version of parcel
This commit is contained in:
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
@@ -14,7 +14,7 @@
|
||||
"reveal": "always"
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"label": "Clean site",
|
||||
"type": "shell",
|
||||
"command": "cd ${workspaceFolder}; rm -rf dist",
|
||||
@@ -26,6 +26,19 @@
|
||||
"presentation": {
|
||||
"reveal": "always"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Run Site",
|
||||
"type": "shell",
|
||||
"command": "cd ${workspaceFolder}; source nodetopath.sh; npm run start",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"presentation": {
|
||||
"reveal": "always"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user