Skip to content

Commit 9a3fa79

Browse files
committed
Add new task for building and testing on folder open; remove PAGE_METADATA_SUMMARY.md
1 parent dd1d2b5 commit 9a3fa79

2 files changed

Lines changed: 13 additions & 227 deletions

File tree

.vscode/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
"args": ["run", "build"],
3030
"group": "build",
3131
"problemMatcher": ["$tsc"]
32+
},
33+
{
34+
"label": "Build and Test On Open",
35+
"type": "shell",
36+
"command": "pnpm run build && pnpm run test",
37+
"group": "test",
38+
"runOptions": {
39+
"runOn": "folderOpen"
40+
},
41+
"presentation": {
42+
"reveal": "silent",
43+
"panel": "dedicated"
44+
}
3245
}
3346
]
3447
}

PAGE_METADATA_SUMMARY.md

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)