Files
liquid-stacking/.vscode/tasks.json
fiftyeightandeight 8b0448fdca initial commit
2024-01-16 19:42:35 +08:00

20 lines
306 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "check contracts",
"group": "test",
"type": "shell",
"command": "clarinet check"
},
{{
"type": "npm",
"script": "test",
"group": "test",
"problemMatcher": [],
"label": "npm test"
}
]
}