diff options
-rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4e85f3c..eeafaba 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,10 @@ { "type": "npm", "script": "build:browser", - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [], "label": "npm: build:browser", "detail": "lerna bootstrap --scope=@simplewebauthn/browser" |